Html Css Color HEX #A76F0C Golden Brown

📋 copy color: '#A76F0C'

red 167 ◦ green 111 ◦ blue 12

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

Shades of Golden Brown #A76F0C

Tints of Golden Brown #A76F0C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.28%

 BLUE value IS 12 (5.08% from 255) = 4.14%

R = 57.59%
G = 38.28%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A76F0C (or 0xA76F0C) is known color: Golden Brown. HEX triplet: A7, 6F and 0C. RGB value is (167,111,12). Sum of RGB (Red+Green+Blue) = 167+111+12=290 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.59% from 290); Green value is 111 (43.75% from 255 or 38.28% from 290); Blue value is 12 (5.08% from 255 or 4.14% from 290); Max value from RGB is 167 - color contains mainly: red. Hex color #A76F0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76F0C is #5890F3. Grayscale: #747474. Windows color (decimal): -5804276 or 815015. OLE color: 815015.

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

Color convert

RGB 167 111 12 -
CMYK 0 0.34 0.93 0.35
HSL 38.32º 0.87% 0.35% -
HSV(B) 38.32º 0.93% 0.65% -
XYZ 21.69 19.61 2.99 -
YUV 116.46 69.05 164.05 -
System Red Green Blue C M Y K H S L
Decimal 167 111 12 0 0.34 0.93 0.35 38.32 0.87 0.35
Hex A7 6F C 0 22 5D 23 26 57 23
Octal 247 157 14 0 42 135 43 46 127 43
Binary 10100111 1101111 1100 0 100010 1011101 100011 100110 1010111 100011

Color Harmonies of #A76F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76F0C

Black with #A76F0C

Text Example


Text Example

White with #A76F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76F0C; }

 p { color: rgb(167,111,12); }

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

background-color css

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

 a { background-color: rgb(167,111,12); }

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

border-color css

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

 span { border-color: rgb(167,111,12); }

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