Html Css Color HEX #A76E19 Golden Brown

📋 copy color: '#A76E19'

red 167 ◦ green 110 ◦ blue 25

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

Shades of Golden Brown #A76E19

Tints of Golden Brown #A76E19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.28%

R = 55.3%
G = 36.42%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A76E19 (or 0xA76E19) is known color: Golden Brown. HEX triplet: A7, 6E and 19. RGB value is (167,110,25). Sum of RGB (Red+Green+Blue) = 167+110+25=302 (40% of max value = 765). Red value is 167 (65.62% from 255 or 55.30% from 302); Green value is 110 (43.36% from 255 or 36.42% from 302); Blue value is 25 (10.16% from 255 or 8.28% from 302); Max value from RGB is 167 - color contains mainly: red. Hex color #A76E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76E19 is #5891E6. Grayscale: #757575. Windows color (decimal): -5804519 or 1666727. OLE color: 1666727.

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

Color convert

RGB 167 110 25 -
CMYK 0 0.34 0.85 0.35
HSL 35.92º 0.74% 0.38% -
HSV(B) 35.92º 0.85% 0.65% -
XYZ 21.69 19.44 3.53 -
YUV 117.35 75.88 163.41 -
System Red Green Blue C M Y K H S L
Decimal 167 110 25 0 0.34 0.85 0.35 35.92 0.74 0.38
Hex A7 6E 19 0 22 55 23 24 4A 26
Octal 247 156 31 0 42 125 43 44 112 46
Binary 10100111 1101110 11001 0 100010 1010101 100011 100100 1001010 100110

Color Harmonies of #A76E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76E19

Black with #A76E19

Text Example


Text Example

White with #A76E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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