Html Css Color HEX #AA801D Hacienda

📋 copy color: '#AA801D'

red 170 ◦ green 128 ◦ blue 29

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

Shades of Hacienda #AA801D

Tints of Hacienda #AA801D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.87%

R = 51.99%
G = 39.14%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AA801D (or 0xAA801D) is known color: Hacienda. HEX triplet: AA, 80 and 1D. RGB value is (170,128,29). Sum of RGB (Red+Green+Blue) = 170+128+29=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 29 (11.72% from 255 or 8.87% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA801D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA801D is #557FE2. Grayscale: #818181. Windows color (decimal): -5603299 or 1933482. OLE color: 1933482.

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

Color convert

RGB 170 128 29 -
CMYK 0 0.25 0.83 0.33
HSL 42.13º 0.71% 0.39% -
HSV(B) 42.13º 0.83% 0.67% -
XYZ 24.52 24.07 4.52 -
YUV 129.27 71.41 157.05 -
System Red Green Blue C M Y K H S L
Decimal 170 128 29 0 0.25 0.83 0.33 42.13 0.71 0.39
Hex AA 80 1D 0 19 53 21 2A 47 27
Octal 252 200 35 0 31 123 41 52 107 47
Binary 10101010 10000000 11101 0 11001 1010011 100001 101010 1000111 100111

Color Harmonies of #AA801D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA801D

Black with #AA801D

Text Example


Text Example

White with #AA801D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA801D; }

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

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

background-color css

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

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

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

border-color css

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

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

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