Html Css Color HEX #A08114 Hacienda

📋 copy color: '#A08114'

red 160 ◦ green 129 ◦ blue 20

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

Shades of Hacienda #A08114

Tints of Hacienda #A08114

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.75%

 BLUE value IS 20 (8.2% from 255) = 6.47%

R = 51.78%
G = 41.75%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A08114 (or 0xA08114) is known color: Hacienda. HEX triplet: A0, 81 and 14. RGB value is (160,129,20). Sum of RGB (Red+Green+Blue) = 160+129+20=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 129 (50.78% from 255 or 41.75% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A08114 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08114 is #5F7EEB. Grayscale: #7E7E7E. Windows color (decimal): -6258412 or 1343904. OLE color: 1343904.

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

Color convert

RGB 160 129 20 -
CMYK 0 0.19 0.88 0.37
HSL 46.71º 0.78% 0.35% -
HSV(B) 46.71º 0.88% 0.63% -
XYZ 22.47 23.22 3.96 -
YUV 125.84 68.27 152.36 -
System Red Green Blue C M Y K H S L
Decimal 160 129 20 0 0.19 0.88 0.37 46.71 0.78 0.35
Hex A0 81 14 0 13 58 25 2F 4E 23
Octal 240 201 24 0 23 130 45 57 116 43
Binary 10100000 10000001 10100 0 10011 1011000 100101 101111 1001110 100011

Color Harmonies of #A08114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08114

Black with #A08114

Text Example


Text Example

White with #A08114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08114; }

 p { color: rgb(160,129,20); }

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

background-color css

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

 a { background-color: rgb(160,129,20); }

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

border-color css

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

 span { border-color: rgb(160,129,20); }

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