Html Css Color HEX #A08010 Hacienda

📋 copy color: '#A08010'

red 160 ◦ green 128 ◦ blue 16

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

Shades of Hacienda #A08010

Tints of Hacienda #A08010

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.11%

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

R = 52.63%
G = 42.11%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#A08010 (or 0xA08010) is known color: Hacienda. HEX triplet: A0, 80 and 10. RGB value is (160,128,16). Sum of RGB (Red+Green+Blue) = 160+128+16=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 128 (50.39% from 255 or 42.11% from 304); Blue value is 16 (6.64% from 255 or 5.26% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A08010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08010 is #5F7FEF. Grayscale: #7D7D7D. Windows color (decimal): -6258672 or 1081504. OLE color: 1081504.

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

Color convert

RGB 160 128 16 -
CMYK 0 0.20 0.9 0.37
HSL 46.67º 0.82% 0.35% -
HSV(B) 46.67º 0.9% 0.63% -
XYZ 22.31 22.95 3.74 -
YUV 124.8 66.6 153.11 -
System Red Green Blue C M Y K H S L
Decimal 160 128 16 0 0.20 0.9 0.37 46.67 0.82 0.35
Hex A0 80 10 0 14 5A 25 2F 52 23
Octal 240 200 20 0 24 132 45 57 122 43
Binary 10100000 10000000 10000 0 10100 1011010 100101 101111 1010010 100011

Color Harmonies of #A08010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08010

Black with #A08010

Text Example


Text Example

White with #A08010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08010; }

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

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

background-color css

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

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

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

border-color css

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

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

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