#AC6B57

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

Shades of Sante Fe #AC6B57

Tints of Sante Fe #AC6B57

Color information

#AC6B57 (or 0xAC6B57) is unknown color: approx Sante Fe. HEX triplet: AC, 6B and 57. RGB value is (172,107,87). Sum of RGB (Red+Green+Blue) = 172+107+87=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 87 (34.38% from 255 or 23.77% from 366); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6B57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6B57 is #5394A8. Grayscale: #7C7C7C. Windows color (decimal): -5477545 or 5729196. OLE color: 5729196.

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

Color convert

RGB17210787-
CMYK00.380.490.33
HSL14.12º33.86%50.78%-
HSV(B)14.12º49.42%67.45%-
XYZ23.9919.9711.61-
YUV124.16107.03162.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.99%
GREEN value IS 107 (42.19% from 255) = 29.23%
BLUE value IS 87 (34.38% from 255) = 23.77%
R=46.99%
G=29.23%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721078700.380.490.3314.1233.8650.78
HexAC6B570263121e2233
Octal2541531270466141164263
Binary101011001101011101011101001101100011000011110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6B57; }

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

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

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

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

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

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

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

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