#AA6858

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

Shades of Sante Fe #AA6858

Tints of Sante Fe #AA6858

Color information

#AA6858 (or 0xAA6858) is unknown color: approx Sante Fe. HEX triplet: AA, 68 and 58. RGB value is (170,104,88). Sum of RGB (Red+Green+Blue) = 170+104+88=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 88 (34.77% from 255 or 24.31% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6858 is #5597A7. Grayscale: #7A7A7A. Windows color (decimal): -5609384 or 5793962. OLE color: 5793962.

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

Color convert

RGB17010488-
CMYK00.390.480.33
HSL11.71º32.54%50.59%-
HSV(B)11.71º48.24%66.67%-
XYZ23.2919.1511.7-
YUV121.91108.87162.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.96%
GREEN value IS 104 (41.02% from 255) = 28.73%
BLUE value IS 88 (34.77% from 255) = 24.31%
R=46.96%
G=28.73%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701048800.390.480.3311.7132.5450.59
HexAA68580273021c2133
Octal2521501300476041144163
Binary101010101101000101100001001111100001000011100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6858; }

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

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

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

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

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

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

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

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