#AA7A17

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

Shades of Hacienda #AA7A17

Tints of Hacienda #AA7A17

Color information

#AA7A17 (or 0xAA7A17) is unknown color: approx Hacienda. HEX triplet: AA, 7A and 17. RGB value is (170,122,23). Sum of RGB (Red+Green+Blue) = 170+122+23=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 122 (48.05% from 255 or 38.73% from 315); Blue value is 23 (9.38% from 255 or 7.30% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7A17 is #5585E8. Grayscale: #7D7D7D. Windows color (decimal): -5604841 or 1538730. OLE color: 1538730.

HSL color Cylindrical-coordinate representation of color #AA7A17: hue angle of 40.41º degrees, saturation: 0.76, 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 #AA7A17 is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB17012223-
CMYK00.280.860.33
HSL40.41º76.17%37.84%-
HSV(B)40.41º86.47%66.67%-
XYZ23.6922.533.91-
YUV125.0770.4160.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.97%
GREEN value IS 122 (48.05% from 255) = 38.73%
BLUE value IS 23 (9.38% from 255) = 7.30%
R=53.97%
G=38.73%
B=7.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701222300.280.860.3340.4176.1737.84
HexAA7A1701C5621284c26
Octal25217227034126415011446
Binary1010101011110101011101110010101101000011010001001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7A17; }

 p { color: rgb(170,122,23); }

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

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

 a { background-color: rgb(170,122,23); }

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

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

 span { border-color: rgb(170,122,23); }

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