#AA7258

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

Shades of Sante Fe #AA7258

Tints of Sante Fe #AA7258

Color information

#AA7258 (or 0xAA7258) is unknown color: approx Sante Fe. HEX triplet: AA, 72 and 58. RGB value is (170,114,88). Sum of RGB (Red+Green+Blue) = 170+114+88=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 88 (34.77% from 255 or 23.66% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7258 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7258 is #558DA7. Grayscale: #7F7F7F. Windows color (decimal): -5606824 or 5796522. OLE color: 5796522.

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

Color convert

RGB17011488-
CMYK00.330.480.33
HSL19.02º32.54%50.59%-
HSV(B)19.02º48.24%66.67%-
XYZ24.3621.2912.06-
YUV127.78105.55158.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.70%
GREEN value IS 114 (44.92% from 255) = 30.65%
BLUE value IS 88 (34.77% from 255) = 23.66%
R=45.70%
G=30.65%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701148800.330.480.3319.0232.5450.59
HexAA72580213021132133
Octal2521621300416041234163
Binary1010101011100101011000010000111000010000110011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7258; }

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

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

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

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

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

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

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

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