Html Css Color HEX #AA881E Hacienda

📋 copy color: '#AA881E'

red 170 ◦ green 136 ◦ blue 30

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

Shades of Hacienda #AA881E

Tints of Hacienda #AA881E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.48%

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

R = 50.6%
G = 40.48%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA881E (or 0xAA881E) is known color: Hacienda. HEX triplet: AA, 88 and 1E. RGB value is (170,136,30). Sum of RGB (Red+Green+Blue) = 170+136+30=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 136 (53.52% from 255 or 40.48% from 336); Blue value is 30 (12.11% from 255 or 8.93% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA881E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA881E is #5577E1. Grayscale: #868686. Windows color (decimal): -5601250 or 2001066. OLE color: 2001066.

HSL color Cylindrical-coordinate representation of color #AA881E: hue angle of 45.43º 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 #AA881E is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 136 30 -
CMYK 0 0.20 0.82 0.33
HSL 45.43º 0.7% 0.39% -
HSV(B) 45.43º 0.82% 0.67% -
XYZ 25.62 26.25 4.94 -
YUV 134.08 69.26 153.62 -
System Red Green Blue C M Y K H S L
Decimal 170 136 30 0 0.20 0.82 0.33 45.43 0.7 0.39
Hex AA 88 1E 0 14 52 21 2D 46 27
Octal 252 210 36 0 24 122 41 55 106 47
Binary 10101010 10001000 11110 0 10100 1010010 100001 101101 1000110 100111

Color Harmonies of #AA881E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA881E

Black with #AA881E

Text Example


Text Example

White with #AA881E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA881E; }

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

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

background-color css

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

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

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

border-color css

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

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

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