#AC6656

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

Shades of Sante Fe #AC6656

Tints of Sante Fe #AC6656

Color information

#AC6656 (or 0xAC6656) is unknown color: approx Sante Fe. HEX triplet: AC, 66 and 56. RGB value is (172,102,86). Sum of RGB (Red+Green+Blue) = 172+102+86=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6656 is #5399A9. Grayscale: #797979. Windows color (decimal): -5478826 or 5662380. OLE color: 5662380.

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

Color convert

RGB17210286-
CMYK00.410.50.33
HSL11.16º34.13%50.59%-
HSV(B)11.16º50%67.45%-
XYZ23.4418.9511.23-
YUV121.11108.19164.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.78%
GREEN value IS 102 (40.23% from 255) = 28.33%
BLUE value IS 86 (33.98% from 255) = 23.89%
R=47.78%
G=28.33%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.5
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721028600.410.50.3311.1634.1350.59
HexAC66560293221b2233
Octal2541461260516241134263
Binary101011001100110101011001010011100101000011011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6656; }

 p { color: rgb(172,102,86); }

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

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

 a { background-color: rgb(172,102,86); }

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

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

 span { border-color: rgb(172,102,86); }

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