#AA6755

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

Shades of Sante Fe #AA6755

Tints of Sante Fe #AA6755

Color information

#AA6755 (or 0xAA6755) is unknown color: approx Sante Fe. HEX triplet: AA, 67 and 55. RGB value is (170,103,85). Sum of RGB (Red+Green+Blue) = 170+103+85=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 85 (33.59% from 255 or 23.74% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6755 is #5598AA. Grayscale: #797979. Windows color (decimal): -5609643 or 5597098. OLE color: 5597098.

HSL color Cylindrical-coordinate representation of color #AA6755: hue angle of 12.71º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA6755 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB17010385-
CMYK00.390.500.33
HSL12.71º33.33%50%-
HSV(B)12.71º50%66.67%-
XYZ23.0718.911.03-
YUV120.98107.7162.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.49%
GREEN value IS 103 (40.62% from 255) = 28.77%
BLUE value IS 85 (33.59% from 255) = 23.74%
R=47.49%
G=28.77%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701038500.390.500.3312.7133.3350
HexAA67550273221d2132
Octal2521471250476241154162
Binary101010101100111101010101001111100101000011101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6755; }

 p { color: rgb(170,103,85); }

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

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

 a { background-color: rgb(170,103,85); }

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

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

 span { border-color: rgb(170,103,85); }

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