Html Css Color HEX #AA881D Hacienda

📋 copy color: '#AA881D'

red 170 ◦ green 136 ◦ blue 29

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

Shades of Hacienda #AA881D

Tints of Hacienda #AA881D

RGB

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

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

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

R = 50.75%
G = 40.6%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AA881D (or 0xAA881D) is known color: Hacienda. HEX triplet: AA, 88 and 1D. RGB value is (170,136,29). Sum of RGB (Red+Green+Blue) = 170+136+29=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 29 (11.72% from 255 or 8.66% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA881D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA881D is #5577E2. Grayscale: #868686. Windows color (decimal): -5601251 or 1935530. OLE color: 1935530.

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

Color convert

RGB 170 136 29 -
CMYK 0 0.20 0.83 0.33
HSL 45.53º 0.71% 0.39% -
HSV(B) 45.53º 0.83% 0.67% -
XYZ 25.6 26.24 4.88 -
YUV 133.97 68.76 153.7 -
System Red Green Blue C M Y K H S L
Decimal 170 136 29 0 0.20 0.83 0.33 45.53 0.71 0.39
Hex AA 88 1D 0 14 53 21 2E 47 27
Octal 252 210 35 0 24 123 41 56 107 47
Binary 10101010 10001000 11101 0 10100 1010011 100001 101110 1000111 100111

Color Harmonies of #AA881D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA881D

Black with #AA881D

Text Example


Text Example

White with #AA881D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA881D; }

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

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

background-color css

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

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

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

border-color css

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

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

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