Html Css Color HEX #A08711 Hacienda

📋 copy color: '#A08711'

red 160 ◦ green 135 ◦ blue 17

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

Shades of Hacienda #A08711

Tints of Hacienda #A08711

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.27%

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

R = 51.28%
G = 43.27%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A08711 (or 0xA08711) is known color: Hacienda. HEX triplet: A0, 87 and 11. RGB value is (160,135,17). Sum of RGB (Red+Green+Blue) = 160+135+17=312 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.28% from 312); Green value is 135 (53.12% from 255 or 43.27% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 160 - color contains mainly: red. Hex color #A08711 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08711 is #5F78EE. Grayscale: #818181. Windows color (decimal): -6256879 or 1148832. OLE color: 1148832.

HSL color Cylindrical-coordinate representation of color #A08711: hue angle of 49.51º 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 #A08711 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 135 17 -
CMYK 0 0.16 0.89 0.37
HSL 49.51º 0.81% 0.35% -
HSV(B) 49.51º 0.89% 0.63% -
XYZ 23.26 24.84 4.1 -
YUV 129.02 64.78 150.09 -
System Red Green Blue C M Y K H S L
Decimal 160 135 17 0 0.16 0.89 0.37 49.51 0.81 0.35
Hex A0 87 11 0 10 59 25 32 51 23
Octal 240 207 21 0 20 131 45 62 121 43
Binary 10100000 10000111 10001 0 10000 1011001 100101 110010 1010001 100011

Color Harmonies of #A08711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08711

Black with #A08711

Text Example


Text Example

White with #A08711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08711; }

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

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

background-color css

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

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

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

border-color css

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

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

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