#AC9585

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

Shades of Sandrift #AC9585

Tints of Sandrift #AC9585

Color information

#AC9585 (or 0xAC9585) is unknown color: approx Sandrift. HEX triplet: AC, 95 and 85. RGB value is (172,149,133). Sum of RGB (Red+Green+Blue) = 172+149+133=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 133 (52.34% from 255 or 29.30% from 454); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9585 is #536A7A. Grayscale: #9A9A9A. Windows color (decimal): -5466747 or 8754604. OLE color: 8754604.

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

Color convert

RGB172149133-
CMYK00.130.230.33
HSL24.62º19.02%59.8%-
HSV(B)24.62º22.67%67.45%-
XYZ31.9931.9626.67-
YUV154.05116.12140.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.89%
GREEN value IS 149 (58.59% from 255) = 32.82%
BLUE value IS 133 (52.34% from 255) = 29.30%
R=37.89%
G=32.82%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214913300.130.230.3324.6219.0259.8
HexAC95850D172119133c
Octal2542252050152741312374
Binary10101100100101011000010101101101111000011100110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9585; }

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

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

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

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

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

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

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

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