#AC6C55

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

Shades of Sante Fe #AC6C55

Tints of Sante Fe #AC6C55

Color information

#AC6C55 (or 0xAC6C55) is unknown color: approx Sante Fe. HEX triplet: AC, 6C and 55. RGB value is (172,108,85). Sum of RGB (Red+Green+Blue) = 172+108+85=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6C55 is #5393AA. Grayscale: #7C7C7C. Windows color (decimal): -5477291 or 5598380. OLE color: 5598380.

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

Color convert

RGB17210885-
CMYK00.370.510.33
HSL15.86º34.39%50.39%-
HSV(B)15.86º50.58%67.45%-
XYZ24.0220.1511.22-
YUV124.51105.7161.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.12%
GREEN value IS 108 (42.58% from 255) = 29.59%
BLUE value IS 85 (33.59% from 255) = 23.29%
R=47.12%
G=29.59%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721088500.370.510.3315.8634.3950.39
HexAC6C550253321102232
Octal2541541250456341204262
Binary1010110011011001010101010010111001110000110000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6C55; }

 p { color: rgb(172,108,85); }

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

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

 a { background-color: rgb(172,108,85); }

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

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

 span { border-color: rgb(172,108,85); }

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