Html Css Color HEX #A08912 Hacienda

📋 copy color: '#A08912'

red 160 ◦ green 137 ◦ blue 18

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

Shades of Hacienda #A08912

Tints of Hacienda #A08912

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.49%

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

R = 50.79%
G = 43.49%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A08912 (or 0xA08912) is known color: Hacienda. HEX triplet: A0, 89 and 12. RGB value is (160,137,18). Sum of RGB (Red+Green+Blue) = 160+137+18=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A08912 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08912 is #5F76ED. Grayscale: #828282. Windows color (decimal): -6256366 or 1214880. OLE color: 1214880.

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

Color convert

RGB 160 137 18 -
CMYK 0 0.14 0.89 0.37
HSL 50.28º 0.8% 0.35% -
HSV(B) 50.28º 0.89% 0.63% -
XYZ 23.55 25.41 4.24 -
YUV 130.31 64.62 149.18 -
System Red Green Blue C M Y K H S L
Decimal 160 137 18 0 0.14 0.89 0.37 50.28 0.8 0.35
Hex A0 89 12 0 E 59 25 32 50 23
Octal 240 211 22 0 16 131 45 62 120 43
Binary 10100000 10001001 10010 0 1110 1011001 100101 110010 1010000 100011

Color Harmonies of #A08912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08912

Black with #A08912

Text Example


Text Example

White with #A08912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08912; }

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

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

background-color css

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

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

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

border-color css

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

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

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