#AA7158

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

Shades of Sante Fe #AA7158

Tints of Sante Fe #AA7158

Color information

#AA7158 (or 0xAA7158) is unknown color: approx Sante Fe. HEX triplet: AA, 71 and 58. RGB value is (170,113,88). Sum of RGB (Red+Green+Blue) = 170+113+88=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7158 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7158 is #558EA7. Grayscale: #7F7F7F. Windows color (decimal): -5607080 or 5796266. OLE color: 5796266.

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

Color convert

RGB17011388-
CMYK00.340.480.33
HSL18.29º32.54%50.59%-
HSV(B)18.29º48.24%66.67%-
XYZ24.2421.0612.02-
YUV127.19105.88158.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.82%
GREEN value IS 113 (44.53% from 255) = 30.46%
BLUE value IS 88 (34.77% from 255) = 23.72%
R=45.82%
G=30.46%
B=23.72%

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
Decimal1701138800.340.480.3318.2932.5450.59
HexAA71580223021122133
Octal2521611300426041224163
Binary1010101011100011011000010001011000010000110010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7158; }

 p { color: rgb(170,113,88); }

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

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

 a { background-color: rgb(170,113,88); }

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

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

 span { border-color: rgb(170,113,88); }

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