Html Css Color HEX #A08710 Hacienda

📋 copy color: '#A08710'

red 160 ◦ green 135 ◦ blue 16

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

Shades of Hacienda #A08710

Tints of Hacienda #A08710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.14%

R = 51.45%
G = 43.41%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#A08710 (or 0xA08710) is known color: Hacienda. HEX triplet: A0, 87 and 10. RGB value is (160,135,16). Sum of RGB (Red+Green+Blue) = 160+135+16=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 135 (53.12% from 255 or 43.41% from 311); Blue value is 16 (6.64% from 255 or 5.14% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A08710 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08710 is #5F78EF. Grayscale: #818181. Windows color (decimal): -6256880 or 1083296. OLE color: 1083296.

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

Color convert

RGB 160 135 16 -
CMYK 0 0.16 0.9 0.37
HSL 49.58º 0.82% 0.35% -
HSV(B) 49.58º 0.9% 0.63% -
XYZ 23.25 24.84 4.06 -
YUV 128.91 64.28 150.18 -
System Red Green Blue C M Y K H S L
Decimal 160 135 16 0 0.16 0.9 0.37 49.58 0.82 0.35
Hex A0 87 10 0 10 5A 25 32 52 23
Octal 240 207 20 0 20 132 45 62 122 43
Binary 10100000 10000111 10000 0 10000 1011010 100101 110010 1010010 100011

Color Harmonies of #A08710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08710

Black with #A08710

Text Example


Text Example

White with #A08710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08710; }

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

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

background-color css

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

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

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

border-color css

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

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

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