Html Css Color HEX #AA801E Hacienda

📋 copy color: '#AA801E'

red 170 ◦ green 128 ◦ blue 30

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

Shades of Hacienda #AA801E

Tints of Hacienda #AA801E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.15%

R = 51.83%
G = 39.02%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA801E (or 0xAA801E) is known color: Hacienda. HEX triplet: AA, 80 and 1E. RGB value is (170,128,30). Sum of RGB (Red+Green+Blue) = 170+128+30=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 30 (12.11% from 255 or 9.15% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA801E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA801E is #557FE1. Grayscale: #818181. Windows color (decimal): -5603298 or 1999018. OLE color: 1999018.

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

Color convert

RGB 170 128 30 -
CMYK 0 0.25 0.82 0.33
HSL 42º 0.7% 0.39% -
HSV(B) 42º 0.82% 0.67% -
XYZ 24.53 24.08 4.58 -
YUV 129.39 71.91 156.97 -
System Red Green Blue C M Y K H S L
Decimal 170 128 30 0 0.25 0.82 0.33 42 0.7 0.39
Hex AA 80 1E 0 19 52 21 2A 46 27
Octal 252 200 36 0 31 122 41 52 106 47
Binary 10101010 10000000 11110 0 11001 1010010 100001 101010 1000110 100111

Color Harmonies of #AA801E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA801E

Black with #AA801E

Text Example


Text Example

White with #AA801E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA801E; }

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

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

background-color css

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

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

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

border-color css

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

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

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