#AC9586

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

Shades of Sandrift #AC9586

Tints of Sandrift #AC9586

Color information

#AC9586 (or 0xAC9586) is unknown color: approx Sandrift. HEX triplet: AC, 95 and 86. RGB value is (172,149,134). Sum of RGB (Red+Green+Blue) = 172+149+134=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 149 (58.59% from 255 or 32.75% from 455); Blue value is 134 (52.73% from 255 or 29.45% from 455); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9586 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9586 is #536A79. Grayscale: #9A9A9A. Windows color (decimal): -5466746 or 8820140. OLE color: 8820140.

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

Color convert

RGB172149134-
CMYK00.130.220.33
HSL23.68º18.63%60%-
HSV(B)23.68º22.09%67.45%-
XYZ32.0631.9927.04-
YUV154.17116.62140.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.80%
GREEN value IS 149 (58.59% from 255) = 32.75%
BLUE value IS 134 (52.73% from 255) = 29.45%
R=37.80%
G=32.75%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214913400.130.220.3323.6818.6360
HexAC95860D162118133c
Octal2542252060152641302374
Binary10101100100101011000011001101101101000011100010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9586; }

 p { color: rgb(172,149,134); }

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

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

 a { background-color: rgb(172,149,134); }

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

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

 span { border-color: rgb(172,149,134); }

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