#AC8960

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

Shades of Sandal #AC8960

Tints of Sandal #AC8960

Color information

#AC8960 (or 0xAC8960) is unknown color: approx Sandal. HEX triplet: AC, 89 and 60. RGB value is (172,137,96). Sum of RGB (Red+Green+Blue) = 172+137+96=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 96 (37.89% from 255 or 23.70% from 405); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8960 is #53769F. Grayscale: #8E8E8E. Windows color (decimal): -5469856 or 6326700. OLE color: 6326700.

HSL color Cylindrical-coordinate representation of color #AC8960: hue angle of 32.37º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC8960 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB17213796-
CMYK00.200.440.33
HSL32.37º31.4%52.55%-
HSV(B)32.37º44.19%67.45%-
XYZ28.0727.5114.9-
YUV142.79101.6148.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.47%
GREEN value IS 137 (53.91% from 255) = 33.83%
BLUE value IS 96 (37.89% from 255) = 23.70%
R=42.47%
G=33.83%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721379600.200.440.3332.3731.452.55
HexAC89600142C21201f35
Octal2542111400245441403765
Binary1010110010001001110000001010010110010000110000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8960; }

 p { color: rgb(172,137,96); }

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

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

 a { background-color: rgb(172,137,96); }

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

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

 span { border-color: rgb(172,137,96); }

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