Html Css Color HEX #A76E11 Golden Brown

📋 copy color: '#A76E11'

red 167 ◦ green 110 ◦ blue 17

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

Shades of Golden Brown #A76E11

Tints of Golden Brown #A76E11

RGB

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

 GREEN value IS 110 (43.36% from 255) = 37.41%

 BLUE value IS 17 (7.03% from 255) = 5.78%

R = 56.8%
G = 37.41%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A76E11 (or 0xA76E11) is known color: Golden Brown. HEX triplet: A7, 6E and 11. RGB value is (167,110,17). Sum of RGB (Red+Green+Blue) = 167+110+17=294 (38% of max value = 765). Red value is 167 (65.62% from 255 or 56.80% from 294); Green value is 110 (43.36% from 255 or 37.41% from 294); Blue value is 17 (7.03% from 255 or 5.78% from 294); Max value from RGB is 167 - color contains mainly: red. Hex color #A76E11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76E11 is #5891EE. Grayscale: #747474. Windows color (decimal): -5804527 or 1142439. OLE color: 1142439.

HSL color Cylindrical-coordinate representation of color #A76E11: hue angle of 37.2º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A76E11 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 110 17 -
CMYK 0 0.34 0.90 0.35
HSL 37.2º 0.82% 0.36% -
HSV(B) 37.2º 0.9% 0.65% -
XYZ 21.61 19.41 3.14 -
YUV 116.44 71.88 164.06 -
System Red Green Blue C M Y K H S L
Decimal 167 110 17 0 0.34 0.90 0.35 37.2 0.82 0.36
Hex A7 6E 11 0 22 5A 23 25 52 24
Octal 247 156 21 0 42 132 43 45 122 44
Binary 10100111 1101110 10001 0 100010 1011010 100011 100101 1010010 100100

Color Harmonies of #A76E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76E11

Black with #A76E11

Text Example


Text Example

White with #A76E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76E11; }

 p { color: rgb(167,110,17); }

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

background-color css

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

 a { background-color: rgb(167,110,17); }

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

border-color css

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

 span { border-color: rgb(167,110,17); }

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