#AC9078

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

Shades of Sandrift #AC9078

Tints of Sandrift #AC9078

Color information

#AC9078 (or 0xAC9078) is unknown color: approx Sandrift. HEX triplet: AC, 90 and 78. RGB value is (172,144,120). Sum of RGB (Red+Green+Blue) = 172+144+120=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 120 (47.27% from 255 or 27.52% from 436); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9078 is #536F87. Grayscale: #959595. Windows color (decimal): -5468040 or 7901356. OLE color: 7901356.

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

Color convert

RGB172144120-
CMYK00.160.300.33
HSL27.69º23.85%57.25%-
HSV(B)27.69º30.23%67.45%-
XYZ30.3830.0721.97-
YUV149.64111.28143.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.45%
GREEN value IS 144 (56.64% from 255) = 33.03%
BLUE value IS 120 (47.27% from 255) = 27.52%
R=39.45%
G=33.03%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214412000.160.300.3327.6923.8557.25
HexAC90780101E211c1839
Octal2542201700203641343071
Binary10101100100100001111000010000111101000011110011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9078; }

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

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

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

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

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

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

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

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