#AC6F57

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

Shades of Sante Fe #AC6F57

Tints of Sante Fe #AC6F57

Color information

#AC6F57 (or 0xAC6F57) is unknown color: approx Sante Fe. HEX triplet: AC, 6F and 57. RGB value is (172,111,87). Sum of RGB (Red+Green+Blue) = 172+111+87=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 87 (34.38% from 255 or 23.51% from 370); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6F57 is #5390A8. Grayscale: #7E7E7E. Windows color (decimal): -5476521 or 5730220. OLE color: 5730220.

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

Color convert

RGB17211187-
CMYK00.350.490.33
HSL16.94º33.86%50.78%-
HSV(B)16.94º49.42%67.45%-
XYZ24.4220.8311.75-
YUV126.5105.71160.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.49%
GREEN value IS 111 (43.75% from 255) = 30%
BLUE value IS 87 (34.38% from 255) = 23.51%
R=46.49%
G=30%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721118700.350.490.3316.9433.8650.78
HexAC6F570233121112233
Octal2541571270436141214263
Binary1010110011011111010111010001111000110000110001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6F57; }

 p { color: rgb(172,111,87); }

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

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

 a { background-color: rgb(172,111,87); }

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

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

 span { border-color: rgb(172,111,87); }

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