#AA6D59

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

Shades of Sante Fe #AA6D59

Tints of Sante Fe #AA6D59

Color information

#AA6D59 (or 0xAA6D59) is unknown color: approx Sante Fe. HEX triplet: AA, 6D and 59. RGB value is (170,109,89). Sum of RGB (Red+Green+Blue) = 170+109+89=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 109 (42.97% from 255 or 29.62% from 368); Blue value is 89 (35.16% from 255 or 24.18% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6D59 is #5592A6. Grayscale: #7D7D7D. Windows color (decimal): -5608103 or 5860778. OLE color: 5860778.

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

Color convert

RGB17010989-
CMYK00.360.480.33
HSL14.81º32.27%50.78%-
HSV(B)14.81º47.65%66.67%-
XYZ23.8520.212.09-
YUV124.96107.71160.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.20%
GREEN value IS 109 (42.97% from 255) = 29.62%
BLUE value IS 89 (35.16% from 255) = 24.18%
R=46.20%
G=29.62%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701098900.360.480.3314.8132.2750.78
HexAA6D590243021f2033
Octal2521551310446041174063
Binary101010101101101101100101001001100001000011111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6D59; }

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

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

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

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

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

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

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

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