#AC9278

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

Shades of Sandrift #AC9278

Tints of Sandrift #AC9278

Color information

#AC9278 (or 0xAC9278) is unknown color: approx Sandrift. HEX triplet: AC, 92 and 78. RGB value is (172,146,120). Sum of RGB (Red+Green+Blue) = 172+146+120=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 146 (57.42% from 255 or 33.33% from 438); Blue value is 120 (47.27% from 255 or 27.40% from 438); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9278 is #536D87. Grayscale: #969696. Windows color (decimal): -5467528 or 7901868. OLE color: 7901868.

HSL color Cylindrical-coordinate representation of color #AC9278: hue angle of 30º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC9278 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB172146120-
CMYK00.150.300.33
HSL30º23.85%57.25%-
HSV(B)30º30.23%67.45%-
XYZ30.6830.6822.07-
YUV150.81110.61143.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.27%
GREEN value IS 146 (57.42% from 255) = 33.33%
BLUE value IS 120 (47.27% from 255) = 27.40%
R=39.27%
G=33.33%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214612000.150.300.333023.8557.25
HexAC92780F1E211e1839
Octal2542221700173641363071
Binary1010110010010010111100001111111101000011111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9278; }

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

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

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

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

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

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

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

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