Html Css Color HEX #A76E13 Golden Brown

📋 copy color: '#A76E13'

red 167 ◦ green 110 ◦ blue 19

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

Shades of Golden Brown #A76E13

Tints of Golden Brown #A76E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.42%

R = 56.42%
G = 37.16%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A76E13 (or 0xA76E13) is known color: Golden Brown. HEX triplet: A7, 6E and 13. RGB value is (167,110,19). Sum of RGB (Red+Green+Blue) = 167+110+19=296 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.42% from 296); Green value is 110 (43.36% from 255 or 37.16% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 167 - color contains mainly: red. Hex color #A76E13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76E13 is #5891EC. Grayscale: #757575. Windows color (decimal): -5804525 or 1273511. OLE color: 1273511.

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

Color convert

RGB 167 110 19 -
CMYK 0 0.34 0.89 0.35
HSL 36.89º 0.8% 0.36% -
HSV(B) 36.89º 0.89% 0.65% -
XYZ 21.63 19.41 3.22 -
YUV 116.67 72.88 163.9 -
System Red Green Blue C M Y K H S L
Decimal 167 110 19 0 0.34 0.89 0.35 36.89 0.8 0.36
Hex A7 6E 13 0 22 59 23 25 50 24
Octal 247 156 23 0 42 131 43 45 120 44
Binary 10100111 1101110 10011 0 100010 1011001 100011 100101 1010000 100100

Color Harmonies of #A76E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76E13

Black with #A76E13

Text Example


Text Example

White with #A76E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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