Html Css Color HEX #A77014 Golden Brown

📋 copy color: '#A77014'

red 167 ◦ green 112 ◦ blue 20

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

Shades of Golden Brown #A77014

Tints of Golden Brown #A77014

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.46%

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

R = 55.85%
G = 37.46%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A77014 (or 0xA77014) is known color: Golden Brown. HEX triplet: A7, 70 and 14. RGB value is (167,112,20). Sum of RGB (Red+Green+Blue) = 167+112+20=299 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.85% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 167 - color contains mainly: red. Hex color #A77014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77014 is #588FEB. Grayscale: #767676. Windows color (decimal): -5804012 or 1339559. OLE color: 1339559.

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

Color convert

RGB 167 112 20 -
CMYK 0 0.33 0.88 0.35
HSL 37.55º 0.79% 0.37% -
HSV(B) 37.55º 0.88% 0.65% -
XYZ 21.86 19.85 3.34 -
YUV 117.96 72.72 162.98 -
System Red Green Blue C M Y K H S L
Decimal 167 112 20 0 0.33 0.88 0.35 37.55 0.79 0.37
Hex A7 70 14 0 21 58 23 26 4F 25
Octal 247 160 24 0 41 130 43 46 117 45
Binary 10100111 1110000 10100 0 100001 1011000 100011 100110 1001111 100101

Color Harmonies of #A77014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77014

Black with #A77014

Text Example


Text Example

White with #A77014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77014; }

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

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

background-color css

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

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

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

border-color css

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

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

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