#AA821E

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

Shades of Hacienda #AA821E

Tints of Hacienda #AA821E

Color information

#AA821E (or 0xAA821E) is unknown color: approx Hacienda. HEX triplet: AA, 82 and 1E. RGB value is (170,130,30). Sum of RGB (Red+Green+Blue) = 170+130+30=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 30 (12.11% from 255 or 9.09% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA821E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA821E is #557DE1. Grayscale: #838383. Windows color (decimal): -5602786 or 1999530. OLE color: 1999530.

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

Color convert

RGB17013030-
CMYK00.240.820.33
HSL42.86º70%39.22%-
HSV(B)42.86º82.35%66.67%-
XYZ24.7924.614.67-
YUV130.5671.25156.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.52%
GREEN value IS 130 (51.17% from 255) = 39.39%
BLUE value IS 30 (12.11% from 255) = 9.09%
R=51.52%
G=39.39%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701303000.240.820.3342.867039.22
HexAA821E01852212b4627
Octal25220236030122415310647
Binary10101010100000101111001100010100101000011010111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA821E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA821E; }

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

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

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

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

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

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

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

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