#AC8863

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

Shades of Sandal #AC8863

Tints of Sandal #AC8863

Color information

#AC8863 (or 0xAC8863) is unknown color: approx Sandal. HEX triplet: AC, 88 and 63. RGB value is (172,136,99). Sum of RGB (Red+Green+Blue) = 172+136+99=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 99 (39.06% from 255 or 24.32% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8863 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8863 is #53779C. Grayscale: #8E8E8E. Windows color (decimal): -5470109 or 6523052. OLE color: 6523052.

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

Color convert

RGB17213699-
CMYK00.210.420.33
HSL30.41º30.54%53.14%-
HSV(B)30.41º42.44%67.45%-
XYZ28.0727.2815.59-
YUV142.55103.43149.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.26%
GREEN value IS 136 (53.52% from 255) = 33.42%
BLUE value IS 99 (39.06% from 255) = 24.32%
R=42.26%
G=33.42%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721369900.210.420.3330.4130.5453.14
HexAC88630152A211e1f35
Octal2542101430255241363765
Binary101011001000100011000110101011010101000011111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8863; }

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

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

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

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

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

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

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

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