Html Css Color HEX #A07011 Golden Brown

📋 copy color: '#A07011'

red 160 ◦ green 112 ◦ blue 17

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

Shades of Golden Brown #A07011

Tints of Golden Brown #A07011

RGB

 RED value IS 160 (62.89% from 255) = 55.36%

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

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

R = 55.36%
G = 38.75%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A07011 (or 0xA07011) is known color: Golden Brown. HEX triplet: A0, 70 and 11. RGB value is (160,112,17). Sum of RGB (Red+Green+Blue) = 160+112+17=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 17 (7.03% from 255 or 5.88% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A07011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07011 is #5F8FEE. Grayscale: #737373. Windows color (decimal): -6262767 or 1142944. OLE color: 1142944.

HSL color Cylindrical-coordinate representation of color #A07011: hue angle of 39.86º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A07011 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 112 17 -
CMYK 0 0.30 0.89 0.37
HSL 39.86º 0.81% 0.35% -
HSV(B) 39.86º 0.89% 0.63% -
XYZ 20.39 19.1 3.14 -
YUV 115.52 72.4 159.72 -
System Red Green Blue C M Y K H S L
Decimal 160 112 17 0 0.30 0.89 0.37 39.86 0.81 0.35
Hex A0 70 11 0 1E 59 25 28 51 23
Octal 240 160 21 0 36 131 45 50 121 43
Binary 10100000 1110000 10001 0 11110 1011001 100101 101000 1010001 100011

Color Harmonies of #A07011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07011

Black with #A07011

Text Example


Text Example

White with #A07011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07011; }

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

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

background-color css

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

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

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

border-color css

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

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

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