#AA7918

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

Shades of Hacienda #AA7918

Tints of Hacienda #AA7918

Color information

#AA7918 (or 0xAA7918) is unknown color: approx Hacienda. HEX triplet: AA, 79 and 18. RGB value is (170,121,24). Sum of RGB (Red+Green+Blue) = 170+121+24=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 121 (47.66% from 255 or 38.41% from 315); Blue value is 24 (9.77% from 255 or 7.62% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7918 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7918 is #5586E7. Grayscale: #7D7D7D. Windows color (decimal): -5605096 or 1604010. OLE color: 1604010.

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

Color convert

RGB17012124-
CMYK00.290.860.33
HSL39.86º75.26%38.04%-
HSV(B)39.86º85.88%66.67%-
XYZ23.5822.293.92-
YUV124.5971.23160.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.97%
GREEN value IS 121 (47.66% from 255) = 38.41%
BLUE value IS 24 (9.77% from 255) = 7.62%
R=53.97%
G=38.41%
B=7.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701212400.290.860.3339.8675.2638.04
HexAA791801D5621284b26
Octal25217130035126415011346
Binary1010101011110011100001110110101101000011010001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7918; }

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

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

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

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

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

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

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

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