Html Css Color HEX #A76C12 Golden Brown

📋 copy color: '#A76C12'

red 167 ◦ green 108 ◦ blue 18

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

Shades of Golden Brown #A76C12

Tints of Golden Brown #A76C12

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.86%

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

R = 57%
G = 36.86%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A76C12 (or 0xA76C12) is known color: Golden Brown. HEX triplet: A7, 6C and 12. RGB value is (167,108,18). Sum of RGB (Red+Green+Blue) = 167+108+18=293 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.00% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 18 (7.42% from 255 or 6.14% from 293); Max value from RGB is 167 - color contains mainly: red. Hex color #A76C12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76C12 is #5893ED. Grayscale: #737373. Windows color (decimal): -5805038 or 1207463. OLE color: 1207463.

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

Color convert

RGB 167 108 18 -
CMYK 0 0.35 0.89 0.35
HSL 36.24º 0.81% 0.36% -
HSV(B) 36.24º 0.89% 0.65% -
XYZ 21.41 18.98 3.11 -
YUV 115.38 73.05 164.82 -
System Red Green Blue C M Y K H S L
Decimal 167 108 18 0 0.35 0.89 0.35 36.24 0.81 0.36
Hex A7 6C 12 0 23 59 23 24 51 24
Octal 247 154 22 0 43 131 43 44 121 44
Binary 10100111 1101100 10010 0 100011 1011001 100011 100100 1010001 100100

Color Harmonies of #A76C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76C12

Black with #A76C12

Text Example


Text Example

White with #A76C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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