Html Css Color HEX #A76006 Golden Brown

📋 copy color: '#A76006'

red 167 ◦ green 96 ◦ blue 6

#A76006
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #A76006

Tints of Golden Brown #A76006

RGB

 RED value IS 167 (65.63% from 255) = 62.08%

 GREEN value IS 96 (37.89% from 255) = 35.69%

 BLUE value IS 6 (2.73% from 255) = 2.23%

R = 62.08%
G = 35.69%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.35

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A76006 (or 0xA76006) is known color: Golden Brown. HEX triplet: A7, 60 and 06. RGB value is (167,96,6). Sum of RGB (Red+Green+Blue) = 167+96+6=269 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.08% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 6 (2.73% from 255 or 2.23% from 269); Max value from RGB is 167 - color contains mainly: red. Hex color #A76006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76006 is #589FF9. Grayscale: #6B6B6B. Windows color (decimal): -5808122 or 417959. OLE color: 417959.

HSL color Cylindrical-coordinate representation of color #A76006: hue angle of 33.54º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A76006 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 96 6 -
CMYK 0 0.43 0.96 0.35
HSL 33.54º 0.93% 0.34% -
HSV(B) 33.54º 0.96% 0.65% -
XYZ 20.15 16.59 2.31 -
YUV 106.97 71.02 170.82 -
System Red Green Blue C M Y K H S L
Decimal 167 96 6 0 0.43 0.96 0.35 33.54 0.93 0.34
Hex A7 60 6 0 2B 60 23 22 5D 22
Octal 247 140 6 0 53 140 43 42 135 42
Binary 10100111 1100000 110 0 101011 1100000 100011 100010 1011101 100010

Color Harmonies of #A76006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76006

Black with #A76006

Text Example


Text Example

White with #A76006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76006; }

 p { color: rgb(167,96,6); }

 H1.HeaderClassName
 {
   color: #A76006;
 }
 .AnyTagClassName
 {
   color: #A76006;
 }
</style>

background-color css

<style>
 a { background-color: #A76006; }

 a { background-color: rgb(167,96,6); }

 div.DivClassName
 {
   background-color: #A76006;
 }
 .BgClassName
 {
   background-color: #A76006;
 }
</style>

border-color css

<style>
 span { border-color: #A76006; }

 span { border-color: rgb(167,96,6); }

 td.TdClassName
 {
   border-color: #A76006;
 }
 .TagClassName
 {
   border-color: #A76006;
 }
</style>