Html Css Color HEX #AA8018 Hacienda

📋 copy color: '#AA8018'

red 170 ◦ green 128 ◦ blue 24

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

Shades of Hacienda #AA8018

Tints of Hacienda #AA8018

RGB

 RED value IS 170 (66.8% from 255) = 52.8%

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

 BLUE value IS 24 (9.77% from 255) = 7.45%

R = 52.8%
G = 39.75%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA8018 (or 0xAA8018) is known color: Hacienda. HEX triplet: AA, 80 and 18. RGB value is (170,128,24). Sum of RGB (Red+Green+Blue) = 170+128+24=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 128 (50.39% from 255 or 39.75% from 322); Blue value is 24 (9.77% from 255 or 7.45% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8018 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8018 is #557FE7. Grayscale: #818181. Windows color (decimal): -5603304 or 1605802. OLE color: 1605802.

HSL color Cylindrical-coordinate representation of color #AA8018: hue angle of 42.74º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA8018 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 128 24 -
CMYK 0 0.25 0.86 0.33
HSL 42.74º 0.75% 0.38% -
HSV(B) 42.74º 0.86% 0.67% -
XYZ 24.46 24.05 4.22 -
YUV 128.7 68.91 157.46 -
System Red Green Blue C M Y K H S L
Decimal 170 128 24 0 0.25 0.86 0.33 42.74 0.75 0.38
Hex AA 80 18 0 19 56 21 2B 4B 26
Octal 252 200 30 0 31 126 41 53 113 46
Binary 10101010 10000000 11000 0 11001 1010110 100001 101011 1001011 100110

Color Harmonies of #AA8018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8018

Black with #AA8018

Text Example


Text Example

White with #AA8018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8018; }

 p { color: rgb(170,128,24); }

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

background-color css

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

 a { background-color: rgb(170,128,24); }

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

border-color css

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

 span { border-color: rgb(170,128,24); }

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