Html Css Color HEX #A08013 Hacienda

📋 copy color: '#A08013'

red 160 ◦ green 128 ◦ blue 19

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

Shades of Hacienda #A08013

Tints of Hacienda #A08013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.19%

R = 52.12%
G = 41.69%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A08013 (or 0xA08013) is known color: Hacienda. HEX triplet: A0, 80 and 13. RGB value is (160,128,19). Sum of RGB (Red+Green+Blue) = 160+128+19=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 19 (7.81% from 255 or 6.19% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A08013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08013 is #5F7FEC. Grayscale: #7D7D7D. Windows color (decimal): -6258669 or 1278112. OLE color: 1278112.

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

Color convert

RGB 160 128 19 -
CMYK 0 0.20 0.88 0.37
HSL 46.38º 0.79% 0.35% -
HSV(B) 46.38º 0.88% 0.63% -
XYZ 22.33 22.96 3.87 -
YUV 125.14 68.1 152.86 -
System Red Green Blue C M Y K H S L
Decimal 160 128 19 0 0.20 0.88 0.37 46.38 0.79 0.35
Hex A0 80 13 0 14 58 25 2E 4F 23
Octal 240 200 23 0 24 130 45 56 117 43
Binary 10100000 10000000 10011 0 10100 1011000 100101 101110 1001111 100011

Color Harmonies of #A08013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08013

Black with #A08013

Text Example


Text Example

White with #A08013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08013; }

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

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

background-color css

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

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

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

border-color css

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

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

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