#AC6E56

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

Shades of Sante Fe #AC6E56

Tints of Sante Fe #AC6E56

Color information

#AC6E56 (or 0xAC6E56) is unknown color: approx Sante Fe. HEX triplet: AC, 6E and 56. RGB value is (172,110,86). Sum of RGB (Red+Green+Blue) = 172+110+86=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 86 (33.98% from 255 or 23.37% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6E56 is #5391A9. Grayscale: #7D7D7D. Windows color (decimal): -5476778 or 5664428. OLE color: 5664428.

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

Color convert

RGB17211086-
CMYK00.360.50.33
HSL16.74º34.13%50.59%-
HSV(B)16.74º50%67.45%-
XYZ24.2720.5911.5-
YUV125.8105.54160.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.74%
GREEN value IS 110 (43.36% from 255) = 29.89%
BLUE value IS 86 (33.98% from 255) = 23.37%
R=46.74%
G=29.89%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.5
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721108600.360.50.3316.7434.1350.59
HexAC6E560243221112233
Octal2541561260446241214263
Binary1010110011011101010110010010011001010000110001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6E56; }

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

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

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

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

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

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

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

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