#AC8865

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

Shades of Sandal #AC8865

Tints of Sandal #AC8865

Color information

#AC8865 (or 0xAC8865) is unknown color: approx Sandal. HEX triplet: AC, 88 and 65. RGB value is (172,136,101). Sum of RGB (Red+Green+Blue) = 172+136+101=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8865 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8865 is #53779A. Grayscale: #8E8E8E. Windows color (decimal): -5470107 or 6654124. OLE color: 6654124.

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

Color convert

RGB172136101-
CMYK00.210.410.33
HSL29.58º29.96%53.53%-
HSV(B)29.58º41.28%67.45%-
XYZ28.1727.3216.1-
YUV142.77104.43148.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.05%
GREEN value IS 136 (53.52% from 255) = 33.25%
BLUE value IS 101 (39.84% from 255) = 24.69%
R=42.05%
G=33.25%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213610100.210.410.3329.5829.9653.53
HexAC886501529211e1e36
Octal2542101450255141363666
Binary101011001000100011001010101011010011000011111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8865; }

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

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

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

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

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

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

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

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