#AC9185

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

Shades of Sandrift #AC9185

Tints of Sandrift #AC9185

Color information

#AC9185 (or 0xAC9185) is unknown color: approx Sandrift. HEX triplet: AC, 91 and 85. RGB value is (172,145,133). Sum of RGB (Red+Green+Blue) = 172+145+133=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 145 (57.03% from 255 or 32.22% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9185 is #536E7A. Grayscale: #979797. Windows color (decimal): -5467771 or 8753580. OLE color: 8753580.

HSL color Cylindrical-coordinate representation of color #AC9185: hue angle of 18.46º 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 #AC9185 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB172145133-
CMYK00.160.230.33
HSL18.46º19.02%59.8%-
HSV(B)18.46º22.67%67.45%-
XYZ31.3730.7126.47-
YUV151.71117.45142.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.22%
GREEN value IS 145 (57.03% from 255) = 32.22%
BLUE value IS 133 (52.34% from 255) = 29.56%
R=38.22%
G=32.22%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214513300.160.230.3318.4619.0259.8
HexAC9185010172112133c
Octal2542212050202741222374
Binary101011001001000110000101010000101111000011001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9185; }

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

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

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

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

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

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

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

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