Html Css Color HEX #AA801C Hacienda

📋 copy color: '#AA801C'

red 170 ◦ green 128 ◦ blue 28

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

Shades of Hacienda #AA801C

Tints of Hacienda #AA801C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.59%

R = 52.15%
G = 39.26%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA801C (or 0xAA801C) is known color: Hacienda. HEX triplet: AA, 80 and 1C. RGB value is (170,128,28). Sum of RGB (Red+Green+Blue) = 170+128+28=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 28 (11.33% from 255 or 8.59% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA801C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA801C is #557FE3. Grayscale: #818181. Windows color (decimal): -5603300 or 1867946. OLE color: 1867946.

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

Color convert

RGB 170 128 28 -
CMYK 0 0.25 0.84 0.33
HSL 42.25º 0.72% 0.39% -
HSV(B) 42.25º 0.84% 0.67% -
XYZ 24.51 24.07 4.45 -
YUV 129.16 70.91 157.13 -
System Red Green Blue C M Y K H S L
Decimal 170 128 28 0 0.25 0.84 0.33 42.25 0.72 0.39
Hex AA 80 1C 0 19 54 21 2A 48 27
Octal 252 200 34 0 31 124 41 52 110 47
Binary 10101010 10000000 11100 0 11001 1010100 100001 101010 1001000 100111

Color Harmonies of #AA801C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA801C

Black with #AA801C

Text Example


Text Example

White with #AA801C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA801C; }

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

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

background-color css

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

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

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

border-color css

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

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

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