#AC876C

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

Shades of Sandal #AC876C

Tints of Sandal #AC876C

Color information

#AC876C (or 0xAC876C) is unknown color: approx Sandal. HEX triplet: AC, 87 and 6C. RGB value is (172,135,108). Sum of RGB (Red+Green+Blue) = 172+135+108=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 135 (53.12% from 255 or 32.53% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 172 - color contains mainly: red. Hex color #AC876C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC876C is #537893. Grayscale: #8F8F8F. Windows color (decimal): -5470356 or 7112620. OLE color: 7112620.

HSL color Cylindrical-coordinate representation of color #AC876C: hue angle of 25.31º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC876C is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB172135108-
CMYK00.220.370.33
HSL25.31º27.83%54.9%-
HSV(B)25.31º37.21%67.45%-
XYZ28.3827.1817.94-
YUV142.99108.26148.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.45%
GREEN value IS 135 (53.12% from 255) = 32.53%
BLUE value IS 108 (42.58% from 255) = 26.02%
R=41.45%
G=32.53%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213510800.220.370.3325.3127.8354.9
HexAC876C0162521191c37
Octal2542071540264541313467
Binary101011001000011111011000101101001011000011100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC876C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC876C; }

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

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

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

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

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

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

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

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