#AC9080

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

Shades of Sandrift #AC9080

Tints of Sandrift #AC9080

Color information

#AC9080 (or 0xAC9080) is unknown color: approx Sandrift. HEX triplet: AC, 90 and 80. RGB value is (172,144,128). Sum of RGB (Red+Green+Blue) = 172+144+128=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 144 (56.64% from 255 or 32.43% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9080 is #536F7F. Grayscale: #969696. Windows color (decimal): -5468032 or 8425644. OLE color: 8425644.

HSL color Cylindrical-coordinate representation of color #AC9080: hue angle of 21.82º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC9080 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB172144128-
CMYK00.160.260.33
HSL21.82º20.95%58.82%-
HSV(B)21.82º25.58%67.45%-
XYZ30.8830.2824.64-
YUV150.55115.28143.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.74%
GREEN value IS 144 (56.64% from 255) = 32.43%
BLUE value IS 128 (50.39% from 255) = 28.83%
R=38.74%
G=32.43%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214412800.160.260.3321.8220.9558.82
HexAC90800101A2116153b
Octal2542202000203241262573
Binary101011001001000010000000010000110101000011011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9080; }

 p { color: rgb(172,144,128); }

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

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

 a { background-color: rgb(172,144,128); }

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

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

 span { border-color: rgb(172,144,128); }

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