Html Css Color HEX #A08512 Hacienda

📋 copy color: '#A08512'

red 160 ◦ green 133 ◦ blue 18

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

Shades of Hacienda #A08512

Tints of Hacienda #A08512

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.77%

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

R = 51.45%
G = 42.77%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A08512 (or 0xA08512) is known color: Hacienda. HEX triplet: A0, 85 and 12. RGB value is (160,133,18). Sum of RGB (Red+Green+Blue) = 160+133+18=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A08512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08512 is #5F7AED. Grayscale: #808080. Windows color (decimal): -6257390 or 1213856. OLE color: 1213856.

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

Color convert

RGB 160 133 18 -
CMYK 0 0.17 0.89 0.37
HSL 48.59º 0.8% 0.35% -
HSV(B) 48.59º 0.89% 0.63% -
XYZ 22.99 24.29 4.05 -
YUV 127.96 65.95 150.85 -
System Red Green Blue C M Y K H S L
Decimal 160 133 18 0 0.17 0.89 0.37 48.59 0.8 0.35
Hex A0 85 12 0 11 59 25 31 50 23
Octal 240 205 22 0 21 131 45 61 120 43
Binary 10100000 10000101 10010 0 10001 1011001 100101 110001 1010000 100011

Color Harmonies of #A08512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08512

Black with #A08512

Text Example


Text Example

White with #A08512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08512; }

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

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

background-color css

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

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

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

border-color css

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

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

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