#AA8619

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

Shades of Hacienda #AA8619

Tints of Hacienda #AA8619

Color information

#AA8619 (or 0xAA8619) is unknown color: approx Hacienda. HEX triplet: AA, 86 and 19. RGB value is (170,134,25). Sum of RGB (Red+Green+Blue) = 170+134+25=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 25 (10.16% from 255 or 7.60% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8619 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8619 is #5579E6. Grayscale: #848484. Windows color (decimal): -5601767 or 1672874. OLE color: 1672874.

HSL color Cylindrical-coordinate representation of color #AA8619: hue angle of 45.1º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA8619 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB17013425-
CMYK00.210.850.33
HSL45.1º74.36%38.24%-
HSV(B)45.1º85.29%66.67%-
XYZ25.2825.674.54-
YUV132.3467.43154.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.67%
GREEN value IS 134 (52.73% from 255) = 40.73%
BLUE value IS 25 (10.16% from 255) = 7.60%
R=51.67%
G=40.73%
B=7.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701342500.210.850.3345.174.3638.24
HexAA861901555212d4a26
Octal25220631025125415511246
Binary10101010100001101100101010110101011000011011011001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8619; }

 p { color: rgb(170,134,25); }

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

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

 a { background-color: rgb(170,134,25); }

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

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

 span { border-color: rgb(170,134,25); }

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