#AC9285

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

Shades of Sandrift #AC9285

Tints of Sandrift #AC9285

Color information

#AC9285 (or 0xAC9285) is unknown color: approx Sandrift. HEX triplet: AC, 92 and 85. RGB value is (172,146,133). Sum of RGB (Red+Green+Blue) = 172+146+133=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 146 (57.42% from 255 or 32.37% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9285 is #536D7A. Grayscale: #989898. Windows color (decimal): -5467515 or 8753836. OLE color: 8753836.

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

Color convert

RGB172146133-
CMYK00.150.230.33
HSL20º19.02%59.8%-
HSV(B)20º22.67%67.45%-
XYZ31.5331.0226.52-
YUV152.29117.11142.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.14%
GREEN value IS 146 (57.42% from 255) = 32.37%
BLUE value IS 133 (52.34% from 255) = 29.49%
R=38.14%
G=32.37%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214613300.150.230.332019.0259.8
HexAC92850F172114133c
Octal2542222050172741242374
Binary10101100100100101000010101111101111000011010010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9285; }

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

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

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

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

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

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

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

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