Color Hex Logo

#a7722b Color Hex

#A7722B
(167,114,43)
0 Favorites   0 Comments

Color spaces of #a7722b

RGB 16711443
HSL0.100.590.41
HSV34°74°65°
CMYK 0.000.320.74   0.35
XYZ22.389720.42455.0478
Yxy20.42450.46780.4267
Hunter Lab45.19359.343725.0131
CIE-Lab52.313814.341145.9351

#a7722b color RGB value is (167,114,43).

#a7722b hex color red value is 167, green value is 114 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #a7722b hue: 0.10 , saturation: 0.59 and the lightness value of a7722b is 0.41.

The process color (four color CMYK) of #a7722b color hex is 0.00, 0.32, 0.74, 0.35. Web safe color of #a7722b is #996633. Color #a7722b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110010 00101011
Octal 247 162 53
Decimal 167 114 43
Hex A7 72 2B

RGB Percentages of Color #a7722b

%51.54
%35.19
%13.27

CMYK Percentages of Color #a7722b

%0
%32
%74
%35

Triadic Colors of #a7722b

#a7722b #2ba772 #722ba7

Analogous Colors of #a7722b

#a7722b #9ea72b #a7342b

Monochromatic Colors of #a7722b

#a7722b

Complementary Color

#a7722b #2b60a7

#a7722b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7722b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7722b Color CSS Codes

.mybgcolor {background-color:#a7722b; } 
.myforecolor {color:#a7722b; }
.mybordercolor {border:3px solid #a7722b; }

#a7722b Text Font Color

<p style="color:#a7722b">Text here</p>

This sample text font color is #a7722b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a7722b Background Color

<div style="background-color:#a7722b">
Div content here</div>

This div background color is #a7722b


#a7722b Border Color

<div style="border:3px solid #a7722b">
Div here</div>

This div border color is #a7722b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,114,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a7722b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a7722b;
  -webkit-box-shadow: 1px 1px 3px 2px #a7722b;
  box-shadow:         1px 1px 3px 2px #a7722b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,114,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a7722b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a7722b;
  -webkit-box-shadow: 1px 1px 3px 2px #a7722b;
  box-shadow:         1px 1px 3px 2px #a7722b;">
Div content here</div>

This div box has shadow with color #a7722b


Comments

No comments written yet.

Please login to write comment.