Html Css Color HEX #AA8015 Hacienda

📋 copy color: '#AA8015'

red 170 ◦ green 128 ◦ blue 21

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

Shades of Hacienda #AA8015

Tints of Hacienda #AA8015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.58%

R = 53.29%
G = 40.13%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA8015 (or 0xAA8015) is known color: Hacienda. HEX triplet: AA, 80 and 15. RGB value is (170,128,21). Sum of RGB (Red+Green+Blue) = 170+128+21=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 21 (8.59% from 255 or 6.58% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8015 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8015 is #557FEA. Grayscale: #808080. Windows color (decimal): -5603307 or 1409194. OLE color: 1409194.

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

Color convert

RGB 170 128 21 -
CMYK 0 0.25 0.88 0.33
HSL 43.09º 0.78% 0.37% -
HSV(B) 43.09º 0.88% 0.67% -
XYZ 24.43 24.04 4.06 -
YUV 128.36 67.41 157.7 -
System Red Green Blue C M Y K H S L
Decimal 170 128 21 0 0.25 0.88 0.33 43.09 0.78 0.37
Hex AA 80 15 0 19 58 21 2B 4E 25
Octal 252 200 25 0 31 130 41 53 116 45
Binary 10101010 10000000 10101 0 11001 1011000 100001 101011 1001110 100101

Color Harmonies of #AA8015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8015

Black with #AA8015

Text Example


Text Example

White with #AA8015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8015; }

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

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

background-color css

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

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

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

border-color css

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

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

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