#AC8D65

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

Shades of Sandal #AC8D65

Tints of Sandal #AC8D65

Color information

#AC8D65 (or 0xAC8D65) is unknown color: approx Sandal. HEX triplet: AC, 8D and 65. RGB value is (172,141,101). Sum of RGB (Red+Green+Blue) = 172+141+101=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 101 (39.84% from 255 or 24.40% from 414); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8D65 is #53729A. Grayscale: #919191. Windows color (decimal): -5468827 or 6655404. OLE color: 6655404.

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

Color convert

RGB172141101-
CMYK00.180.410.33
HSL33.8º29.96%53.53%-
HSV(B)33.8º41.28%67.45%-
XYZ28.8928.7616.34-
YUV145.71102.77146.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.55%
GREEN value IS 141 (55.47% from 255) = 34.06%
BLUE value IS 101 (39.84% from 255) = 24.40%
R=41.55%
G=34.06%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214110100.180.410.3333.829.9653.53
HexAC8D650122921221e36
Octal2542151450225141423666
Binary1010110010001101110010101001010100110000110001011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8D65; }

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

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

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

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

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

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

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

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