#AA7059

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

Shades of Sante Fe #AA7059

Tints of Sante Fe #AA7059

Color information

#AA7059 (or 0xAA7059) is unknown color: approx Sante Fe. HEX triplet: AA, 70 and 59. RGB value is (170,112,89). Sum of RGB (Red+Green+Blue) = 170+112+89=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 89 (35.16% from 255 or 23.99% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7059 is #558FA6. Grayscale: #7E7E7E. Windows color (decimal): -5607335 or 5861546. OLE color: 5861546.

HSL color Cylindrical-coordinate representation of color #AA7059: hue angle of 17.04º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA7059 is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB17011289-
CMYK00.340.480.33
HSL17.04º32.27%50.78%-
HSV(B)17.04º47.65%66.67%-
XYZ24.1720.8612.2-
YUV126.72106.72158.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.82%
GREEN value IS 112 (44.14% from 255) = 30.19%
BLUE value IS 89 (35.16% from 255) = 23.99%
R=45.82%
G=30.19%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701128900.340.480.3317.0432.2750.78
HexAA70590223021112033
Octal2521601310426041214063
Binary1010101011100001011001010001011000010000110001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7059; }

 p { color: rgb(170,112,89); }

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

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

 a { background-color: rgb(170,112,89); }

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

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

 span { border-color: rgb(170,112,89); }

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