#AA881D

Color #AA881D Hacienda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hacienda #AA881D

Tints of Hacienda #AA881D

Color information

#AA881D (or 0xAA881D) is unknown color: approx 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

RGB17013629-
CMYK00.200.830.33
HSL45.53º70.85%39.02%-
HSV(B)45.53º82.94%66.67%-
XYZ25.626.244.88-
YUV133.9768.76153.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.75%
GREEN value IS 136 (53.52% from 255) = 40.60%
BLUE value IS 29 (11.72% from 255) = 8.66%
R=50.75%
G=40.60%
B=8.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.83
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701362900.200.830.3345.5370.8539.02
HexAA881D01453212e4727
Octal25221035024123415610747
Binary10101010100010001110101010010100111000011011101000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA881D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>