Html Css Color HEX #A08014 Hacienda

📋 copy color: '#A08014'

red 160 ◦ green 128 ◦ blue 20

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

Shades of Hacienda #A08014

Tints of Hacienda #A08014

RGB

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

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

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

R = 51.95%
G = 41.56%
B = 6.49%

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

#A08014 (or 0xA08014) is known color: Hacienda. HEX triplet: A0, 80 and 14. RGB value is (160,128,20). Sum of RGB (Red+Green+Blue) = 160+128+20=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 128 (50.39% from 255 or 41.56% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A08014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08014 is #5F7FEB. Grayscale: #7D7D7D. Windows color (decimal): -6258668 or 1343648. OLE color: 1343648.

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

Color convert

RGB 160 128 20 -
CMYK 0 0.20 0.88 0.37
HSL 46.29º 0.78% 0.35% -
HSV(B) 46.29º 0.88% 0.63% -
XYZ 22.34 22.96 3.92 -
YUV 125.26 68.6 152.78 -
System Red Green Blue C M Y K H S L
Decimal 160 128 20 0 0.20 0.88 0.37 46.29 0.78 0.35
Hex A0 80 14 0 14 58 25 2E 4E 23
Octal 240 200 24 0 24 130 45 56 116 43
Binary 10100000 10000000 10100 0 10100 1011000 100101 101110 1001110 100011

Color Harmonies of #A08014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08014

Black with #A08014

Text Example


Text Example

White with #A08014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08014; }

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

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

background-color css

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

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

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

border-color css

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

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

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