#AA6855

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

Shades of Sante Fe #AA6855

Tints of Sante Fe #AA6855

Color information

#AA6855 (or 0xAA6855) is unknown color: approx Sante Fe. HEX triplet: AA, 68 and 55. RGB value is (170,104,85). Sum of RGB (Red+Green+Blue) = 170+104+85=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6855 is #5597AA. Grayscale: #797979. Windows color (decimal): -5609387 or 5597354. OLE color: 5597354.

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

Color convert

RGB17010485-
CMYK00.390.500.33
HSL13.41º33.33%50%-
HSV(B)13.41º50%66.67%-
XYZ23.1719.111.06-
YUV121.57107.37162.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.35%
GREEN value IS 104 (41.02% from 255) = 28.97%
BLUE value IS 85 (33.59% from 255) = 23.68%
R=47.35%
G=28.97%
B=23.68%

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
Decimal1701048500.390.500.3313.4133.3350
HexAA68550273221d2132
Octal2521501250476241154162
Binary101010101101000101010101001111100101000011101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6855; }

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

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

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

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

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

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

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

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