Html Css Color HEX #A77011 Golden Brown

📋 copy color: '#A77011'

red 167 ◦ green 112 ◦ blue 17

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

Shades of Golden Brown #A77011

Tints of Golden Brown #A77011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.74%

R = 56.42%
G = 37.84%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A77011 (or 0xA77011) is known color: Golden Brown. HEX triplet: A7, 70 and 11. RGB value is (167,112,17). Sum of RGB (Red+Green+Blue) = 167+112+17=296 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.42% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 17 (7.03% from 255 or 5.74% from 296); Max value from RGB is 167 - color contains mainly: red. Hex color #A77011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77011 is #588FEE. Grayscale: #767676. Windows color (decimal): -5804015 or 1142951. OLE color: 1142951.

HSL color Cylindrical-coordinate representation of color #A77011: hue angle of 38º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A77011 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 112 17 -
CMYK 0 0.33 0.90 0.35
HSL 38º 0.82% 0.36% -
HSV(B) 38º 0.9% 0.65% -
XYZ 21.83 19.84 3.21 -
YUV 117.62 71.22 163.22 -
System Red Green Blue C M Y K H S L
Decimal 167 112 17 0 0.33 0.90 0.35 38 0.82 0.36
Hex A7 70 11 0 21 5A 23 26 52 24
Octal 247 160 21 0 41 132 43 46 122 44
Binary 10100111 1110000 10001 0 100001 1011010 100011 100110 1010010 100100

Color Harmonies of #A77011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77011

Black with #A77011

Text Example


Text Example

White with #A77011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77011; }

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

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

background-color css

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

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

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

border-color css

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

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

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