Html Css Color HEX #A76F14 Golden Brown

📋 copy color: '#A76F14'

red 167 ◦ green 111 ◦ blue 20

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

Shades of Golden Brown #A76F14

Tints of Golden Brown #A76F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.71%

R = 56.04%
G = 37.25%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A76F14 (or 0xA76F14) is known color: Golden Brown. HEX triplet: A7, 6F and 14. RGB value is (167,111,20). Sum of RGB (Red+Green+Blue) = 167+111+20=298 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.04% from 298); Green value is 111 (43.75% from 255 or 37.25% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 167 - color contains mainly: red. Hex color #A76F14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76F14 is #5890EB. Grayscale: #757575. Windows color (decimal): -5804268 or 1339303. OLE color: 1339303.

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

Color convert

RGB 167 111 20 -
CMYK 0 0.34 0.88 0.35
HSL 37.14º 0.79% 0.37% -
HSV(B) 37.14º 0.88% 0.65% -
XYZ 21.75 19.63 3.31 -
YUV 117.37 73.05 163.4 -
System Red Green Blue C M Y K H S L
Decimal 167 111 20 0 0.34 0.88 0.35 37.14 0.79 0.37
Hex A7 6F 14 0 22 58 23 25 4F 25
Octal 247 157 24 0 42 130 43 45 117 45
Binary 10100111 1101111 10100 0 100010 1011000 100011 100101 1001111 100101

Color Harmonies of #A76F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76F14

Black with #A76F14

Text Example


Text Example

White with #A76F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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