Html Css Color HEX #A08212 Hacienda

📋 copy color: '#A08212'

red 160 ◦ green 130 ◦ blue 18

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

Shades of Hacienda #A08212

Tints of Hacienda #A08212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.84%

R = 51.95%
G = 42.21%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A08212 (or 0xA08212) is known color: Hacienda. HEX triplet: A0, 82 and 12. RGB value is (160,130,18). Sum of RGB (Red+Green+Blue) = 160+130+18=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A08212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08212 is #5F7DED. Grayscale: #7E7E7E. Windows color (decimal): -6258158 or 1213088. OLE color: 1213088.

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

Color convert

RGB 160 130 18 -
CMYK 0 0.19 0.89 0.37
HSL 47.32º 0.8% 0.35% -
HSV(B) 47.32º 0.89% 0.63% -
XYZ 22.59 23.48 3.91 -
YUV 126.2 66.94 152.11 -
System Red Green Blue C M Y K H S L
Decimal 160 130 18 0 0.19 0.89 0.37 47.32 0.8 0.35
Hex A0 82 12 0 13 59 25 2F 50 23
Octal 240 202 22 0 23 131 45 57 120 43
Binary 10100000 10000010 10010 0 10011 1011001 100101 101111 1010000 100011

Color Harmonies of #A08212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08212

Black with #A08212

Text Example


Text Example

White with #A08212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08212; }

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

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

background-color css

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

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

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

border-color css

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

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

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