#AC8869

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

Shades of Sandal #AC8869

Tints of Sandal #AC8869

Color information

#AC8869 (or 0xAC8869) is unknown color: approx Sandal. HEX triplet: AC, 88 and 69. RGB value is (172,136,105). Sum of RGB (Red+Green+Blue) = 172+136+105=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 105 (41.41% from 255 or 25.42% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8869 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8869 is #537796. Grayscale: #8F8F8F. Windows color (decimal): -5470103 or 6916268. OLE color: 6916268.

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

Color convert

RGB172136105-
CMYK00.210.390.33
HSL27.76º28.76%54.31%-
HSV(B)27.76º38.95%67.45%-
XYZ28.3727.417.16-
YUV143.23106.43148.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.65%
GREEN value IS 136 (53.52% from 255) = 32.93%
BLUE value IS 105 (41.41% from 255) = 25.42%
R=41.65%
G=32.93%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213610500.210.390.3327.7628.7654.31
HexAC886901527211c1d36
Octal2542101510254741343566
Binary101011001000100011010010101011001111000011110011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8869; }

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

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

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

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

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

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

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

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