Html Css Color HEX #A08215 Hacienda

📋 copy color: '#A08215'

red 160 ◦ green 130 ◦ blue 21

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

Shades of Hacienda #A08215

Tints of Hacienda #A08215

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.8%

 BLUE value IS 21 (8.59% from 255) = 6.75%

R = 51.45%
G = 41.8%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#A08215 (or 0xA08215) is known color: Hacienda. HEX triplet: A0, 82 and 15. RGB value is (160,130,21). Sum of RGB (Red+Green+Blue) = 160+130+21=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 130 (51.17% from 255 or 41.80% from 311); Blue value is 21 (8.59% from 255 or 6.75% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A08215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08215 is #5F7DEA. Grayscale: #7F7F7F. Windows color (decimal): -6258155 or 1409696. OLE color: 1409696.

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

Color convert

RGB 160 130 21 -
CMYK 0 0.19 0.87 0.37
HSL 47.05º 0.77% 0.35% -
HSV(B) 47.05º 0.87% 0.63% -
XYZ 22.62 23.49 4.05 -
YUV 126.54 68.44 151.86 -
System Red Green Blue C M Y K H S L
Decimal 160 130 21 0 0.19 0.87 0.37 47.05 0.77 0.35
Hex A0 82 15 0 13 57 25 2F 4D 23
Octal 240 202 25 0 23 127 45 57 115 43
Binary 10100000 10000010 10101 0 10011 1010111 100101 101111 1001101 100011

Color Harmonies of #A08215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08215

Black with #A08215

Text Example


Text Example

White with #A08215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08215; }

 p { color: rgb(160,130,21); }

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

background-color css

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

 a { background-color: rgb(160,130,21); }

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

border-color css

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

 span { border-color: rgb(160,130,21); }

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