#AC8768

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

Shades of Sandal #AC8768

Tints of Sandal #AC8768

Color information

#AC8768 (or 0xAC8768) is unknown color: approx Sandal. HEX triplet: AC, 87 and 68. RGB value is (172,135,104). Sum of RGB (Red+Green+Blue) = 172+135+104=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 135 (53.12% from 255 or 32.85% from 411); Blue value is 104 (41.02% from 255 or 25.30% from 411); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8768 is #537897. Grayscale: #8E8E8E. Windows color (decimal): -5470360 or 6850476. OLE color: 6850476.

HSL color Cylindrical-coordinate representation of color #AC8768: hue angle of 27.35º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC8768 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB172135104-
CMYK00.220.400.33
HSL27.35º29.06%54.12%-
HSV(B)27.35º39.53%67.45%-
XYZ28.1827.116.84-
YUV142.53106.26149.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.85%
GREEN value IS 135 (53.12% from 255) = 32.85%
BLUE value IS 104 (41.02% from 255) = 25.30%
R=41.85%
G=32.85%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213510400.220.400.3327.3529.0654.12
HexAC876801628211b1d36
Octal2542071500265041333566
Binary101011001000011111010000101101010001000011101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8768; }

 p { color: rgb(172,135,104); }

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

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

 a { background-color: rgb(172,135,104); }

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

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

 span { border-color: rgb(172,135,104); }

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