#AA7919

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

Shades of Hacienda #AA7919

Tints of Hacienda #AA7919

Color information

#AA7919 (or 0xAA7919) is unknown color: approx Hacienda. HEX triplet: AA, 79 and 19. RGB value is (170,121,25). Sum of RGB (Red+Green+Blue) = 170+121+25=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 121 (47.66% from 255 or 38.29% from 316); Blue value is 25 (10.16% from 255 or 7.91% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7919 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7919 is #5586E6. Grayscale: #7D7D7D. Windows color (decimal): -5605095 or 1669546. OLE color: 1669546.

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

Color convert

RGB17012125-
CMYK00.290.850.33
HSL39.72º74.36%38.24%-
HSV(B)39.72º85.29%66.67%-
XYZ23.5922.293.98-
YUV124.7171.73160.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.80%
GREEN value IS 121 (47.66% from 255) = 38.29%
BLUE value IS 25 (10.16% from 255) = 7.91%
R=53.80%
G=38.29%
B=7.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701212500.290.850.3339.7274.3638.24
HexAA791901D5521284a26
Octal25217131035125415011246
Binary1010101011110011100101110110101011000011010001001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7919; }

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

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

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

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

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

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

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

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