#AC9487

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

Shades of Sandrift #AC9487

Tints of Sandrift #AC9487

Color information

#AC9487 (or 0xAC9487) is unknown color: approx Sandrift. HEX triplet: AC, 94 and 87. RGB value is (172,148,135). Sum of RGB (Red+Green+Blue) = 172+148+135=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 135 (53.12% from 255 or 29.67% from 455); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9487 is #536B78. Grayscale: #999999. Windows color (decimal): -5467001 or 8885420. OLE color: 8885420.

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

Color convert

RGB172148135-
CMYK00.140.220.33
HSL21.08º18.23%60.2%-
HSV(B)21.08º21.51%67.45%-
XYZ31.9831.727.35-
YUV153.69117.45141.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.80%
GREEN value IS 148 (58.20% from 255) = 32.53%
BLUE value IS 135 (53.12% from 255) = 29.67%
R=37.80%
G=32.53%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214813500.140.220.3321.0818.2360.2
HexAC94870E162115123c
Octal2542242070162641252274
Binary10101100100101001000011101110101101000011010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9487; }

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

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

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

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

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

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

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

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