#AC8C65

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

Shades of Sandal #AC8C65

Tints of Sandal #AC8C65

Color information

#AC8C65 (or 0xAC8C65) is unknown color: approx Sandal. HEX triplet: AC, 8C and 65. RGB value is (172,140,101). Sum of RGB (Red+Green+Blue) = 172+140+101=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 101 (39.84% from 255 or 24.46% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8C65 is #53739A. Grayscale: #919191. Windows color (decimal): -5469083 or 6655148. OLE color: 6655148.

HSL color Cylindrical-coordinate representation of color #AC8C65: hue angle of 32.96º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC8C65 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB172140101-
CMYK00.190.410.33
HSL32.96º29.96%53.53%-
HSV(B)32.96º41.28%67.45%-
XYZ28.7428.4716.29-
YUV145.12103.1147.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.65%
GREEN value IS 140 (55.08% from 255) = 33.90%
BLUE value IS 101 (39.84% from 255) = 24.46%
R=41.65%
G=33.90%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214010100.190.410.3332.9629.9653.53
HexAC8C650132921211e36
Octal2542141450235141413666
Binary1010110010001100110010101001110100110000110000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8C65; }

 p { color: rgb(172,140,101); }

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

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

 a { background-color: rgb(172,140,101); }

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

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

 span { border-color: rgb(172,140,101); }

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