#AC8963

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

Shades of Sandal #AC8963

Tints of Sandal #AC8963

Color information

#AC8963 (or 0xAC8963) is unknown color: approx Sandal. HEX triplet: AC, 89 and 63. RGB value is (172,137,99). Sum of RGB (Red+Green+Blue) = 172+137+99=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 99 (39.06% from 255 or 24.26% from 408); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8963 is #53769C. Grayscale: #8F8F8F. Windows color (decimal): -5469853 or 6523308. OLE color: 6523308.

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

Color convert

RGB17213799-
CMYK00.200.420.33
HSL31.23º30.54%53.14%-
HSV(B)31.23º42.44%67.45%-
XYZ28.2127.5615.64-
YUV143.13103.1148.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.16%
GREEN value IS 137 (53.91% from 255) = 33.58%
BLUE value IS 99 (39.06% from 255) = 24.26%
R=42.16%
G=33.58%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721379900.200.420.3331.2330.5453.14
HexAC89630142A211f1f35
Octal2542111430245241373765
Binary101011001000100111000110101001010101000011111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8963; }

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

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

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

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

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

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

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

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