#AA831E

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

Shades of Hacienda #AA831E

Tints of Hacienda #AA831E

Color information

#AA831E (or 0xAA831E) is unknown color: approx Hacienda. HEX triplet: AA, 83 and 1E. RGB value is (170,131,30). Sum of RGB (Red+Green+Blue) = 170+131+30=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 131 (51.56% from 255 or 39.58% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA831E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA831E is #557CE1. Grayscale: #838383. Windows color (decimal): -5602530 or 1999786. OLE color: 1999786.

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

Color convert

RGB17013130-
CMYK00.230.820.33
HSL43.29º70%39.22%-
HSV(B)43.29º82.35%66.67%-
XYZ24.9324.874.72-
YUV131.1570.92155.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.36%
GREEN value IS 131 (51.56% from 255) = 39.58%
BLUE value IS 30 (12.11% from 255) = 9.06%
R=51.36%
G=39.58%
B=9.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701313000.230.820.3343.297039.22
HexAA831E01752212b4627
Octal25220336027122415310647
Binary10101010100000111111001011110100101000011010111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA831E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA831E; }

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

 H1.HeaderClassName
 {
   color: #AA831E;
 }
 .AnyTagClassName
 {
   color: #AA831E;
 }
</style>
background-color css

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

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

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

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

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

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