#AA6856

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

Shades of Sante Fe #AA6856

Tints of Sante Fe #AA6856

Color information

#AA6856 (or 0xAA6856) is unknown color: approx Sante Fe. HEX triplet: AA, 68 and 56. RGB value is (170,104,86). Sum of RGB (Red+Green+Blue) = 170+104+86=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6856 is #5597A9. Grayscale: #797979. Windows color (decimal): -5609386 or 5662890. OLE color: 5662890.

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

Color convert

RGB17010486-
CMYK00.390.490.33
HSL12.86º33.07%50.2%-
HSV(B)12.86º49.41%66.67%-
XYZ23.2119.1211.27-
YUV121.68107.87162.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.22%
GREEN value IS 104 (41.02% from 255) = 28.89%
BLUE value IS 86 (33.98% from 255) = 23.89%
R=47.22%
G=28.89%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701048600.390.490.3312.8633.0750.2
HexAA68560273121d2132
Octal2521501260476141154162
Binary101010101101000101011001001111100011000011101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6856; }

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

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

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

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

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

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

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

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