Html Css Color HEX #A76A12 Golden Brown

📋 copy color: '#A76A12'

red 167 ◦ green 106 ◦ blue 18

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

Shades of Golden Brown #A76A12

Tints of Golden Brown #A76A12

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.43%

 BLUE value IS 18 (7.42% from 255) = 6.19%

R = 57.39%
G = 36.43%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A76A12 (or 0xA76A12) is known color: Golden Brown. HEX triplet: A7, 6A and 12. RGB value is (167,106,18). Sum of RGB (Red+Green+Blue) = 167+106+18=291 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.39% from 291); Green value is 106 (41.80% from 255 or 36.43% from 291); Blue value is 18 (7.42% from 255 or 6.19% from 291); Max value from RGB is 167 - color contains mainly: red. Hex color #A76A12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76A12 is #5895ED. Grayscale: #727272. Windows color (decimal): -5805550 or 1206951. OLE color: 1206951.

HSL color Cylindrical-coordinate representation of color #A76A12: hue angle of 35.44º degrees, saturation: 0.81, 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 #A76A12 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 106 18 -
CMYK 0 0.37 0.89 0.35
HSL 35.44º 0.81% 0.36% -
HSV(B) 35.44º 0.89% 0.65% -
XYZ 21.2 18.57 3.04 -
YUV 114.21 73.71 165.66 -
System Red Green Blue C M Y K H S L
Decimal 167 106 18 0 0.37 0.89 0.35 35.44 0.81 0.36
Hex A7 6A 12 0 25 59 23 23 51 24
Octal 247 152 22 0 45 131 43 43 121 44
Binary 10100111 1101010 10010 0 100101 1011001 100011 100011 1010001 100100

Color Harmonies of #A76A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76A12

Black with #A76A12

Text Example


Text Example

White with #A76A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76A12; }

 p { color: rgb(167,106,18); }

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

background-color css

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

 a { background-color: rgb(167,106,18); }

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

border-color css

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

 span { border-color: rgb(167,106,18); }

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