#AC9485

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

Shades of Sandrift #AC9485

Tints of Sandrift #AC9485

Color information

#AC9485 (or 0xAC9485) is unknown color: approx Sandrift. HEX triplet: AC, 94 and 85. RGB value is (172,148,133). Sum of RGB (Red+Green+Blue) = 172+148+133=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9485 is #536B7A. Grayscale: #999999. Windows color (decimal): -5467003 or 8754348. OLE color: 8754348.

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

Color convert

RGB172148133-
CMYK00.140.230.33
HSL23.08º19.02%59.8%-
HSV(B)23.08º22.67%67.45%-
XYZ31.8431.6426.62-
YUV153.47116.45141.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.97%
GREEN value IS 148 (58.20% from 255) = 32.67%
BLUE value IS 133 (52.34% from 255) = 29.36%
R=37.97%
G=32.67%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214813300.140.230.3323.0819.0259.8
HexAC94850E172117133c
Octal2542242050162741272374
Binary10101100100101001000010101110101111000011011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9485; }

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

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

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

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

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

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

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

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