Html Css Color HEX #AA801A Hacienda

📋 copy color: '#AA801A'

red 170 ◦ green 128 ◦ blue 26

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

Shades of Hacienda #AA801A

Tints of Hacienda #AA801A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.02%

R = 52.47%
G = 39.51%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA801A (or 0xAA801A) is known color: Hacienda. HEX triplet: AA, 80 and 1A. RGB value is (170,128,26). Sum of RGB (Red+Green+Blue) = 170+128+26=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 26 (10.55% from 255 or 8.02% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA801A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA801A is #557FE5. Grayscale: #818181. Windows color (decimal): -5603302 or 1736874. OLE color: 1736874.

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

Color convert

RGB 170 128 26 -
CMYK 0 0.25 0.85 0.33
HSL 42.5º 0.73% 0.38% -
HSV(B) 42.5º 0.85% 0.67% -
XYZ 24.48 24.06 4.33 -
YUV 128.93 69.91 157.29 -
System Red Green Blue C M Y K H S L
Decimal 170 128 26 0 0.25 0.85 0.33 42.5 0.73 0.38
Hex AA 80 1A 0 19 55 21 2A 49 26
Octal 252 200 32 0 31 125 41 52 111 46
Binary 10101010 10000000 11010 0 11001 1010101 100001 101010 1001001 100110

Color Harmonies of #AA801A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA801A

Black with #AA801A

Text Example


Text Example

White with #AA801A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA801A; }

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

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

background-color css

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

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

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

border-color css

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

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

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