#AA6A58

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

Shades of Sante Fe #AA6A58

Tints of Sante Fe #AA6A58

Color information

#AA6A58 (or 0xAA6A58) is unknown color: approx Sante Fe. HEX triplet: AA, 6A and 58. RGB value is (170,106,88). Sum of RGB (Red+Green+Blue) = 170+106+88=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 88 (34.77% from 255 or 24.18% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6A58 is #5595A7. Grayscale: #7B7B7B. Windows color (decimal): -5608872 or 5794474. OLE color: 5794474.

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

Color convert

RGB17010688-
CMYK00.380.480.33
HSL13.17º32.54%50.59%-
HSV(B)13.17º48.24%66.67%-
XYZ23.4919.5611.77-
YUV123.08108.2161.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.70%
GREEN value IS 106 (41.80% from 255) = 29.12%
BLUE value IS 88 (34.77% from 255) = 24.18%
R=46.70%
G=29.12%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701068800.380.480.3313.1732.5450.59
HexAA6A580263021d2133
Octal2521521300466041154163
Binary101010101101010101100001001101100001000011101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6A58; }

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

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

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

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

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

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

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

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