#ac6a59

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

Shades of Sante Fe #AC6A59

Tints of Sante Fe #AC6A59

Color information

#AC6A59 (or 0xAC6A59) is unknown color: approx Sante Fe. HEX triplet: AC, 6A and 59. RGB value is (172,106,89). Sum of RGB (Red+Green+Blue) = 172+106+89=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 106 (41.80% from 255 or 28.88% from 367); Blue value is 89 (35.16% from 255 or 24.25% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6A59 is #5395A6. Grayscale: #7B7B7B. Windows color (decimal): -5477799 or 5860012. OLE color: 5860012.

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

Color convert

RGB17210689-
CMYK00.380.480.33
HSL12.29º33.33%51.18%-
HSV(B)12.29º48.26%67.45%-
XYZ23.9719.812.01-
YUV123.8108.37162.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.87%
GREEN value IS 106 (41.80% from 255) = 28.88%
BLUE value IS 89 (35.16% from 255) = 24.25%
R=46.87%
G=28.88%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721068900.380.480.3312.2933.3351.18
HexAC6A590263021c2133
Octal2541521310466041144163
Binary101011001101010101100101001101100001000011100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac6a59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac6a59; }

 p { color: rgb(172,106,89); }

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

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

 a { background-color: rgb(172,106,89); }

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

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

 span { border-color: rgb(172,106,89); }

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