#AC9379

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

Shades of Sandrift #AC9379

Tints of Sandrift #AC9379

Color information

#AC9379 (or 0xAC9379) is unknown color: approx Sandrift. HEX triplet: AC, 93 and 79. RGB value is (172,147,121). Sum of RGB (Red+Green+Blue) = 172+147+121=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 147 (57.81% from 255 or 33.41% from 440); Blue value is 121 (47.66% from 255 or 27.5% from 440); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9379 is #536C86. Grayscale: #979797. Windows color (decimal): -5467271 or 7967660. OLE color: 7967660.

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

Color convert

RGB172147121-
CMYK00.150.300.33
HSL30.59º23.5%57.45%-
HSV(B)30.59º29.65%67.45%-
XYZ30.931.0222.45-
YUV151.51110.78142.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.09%
GREEN value IS 147 (57.81% from 255) = 33.41%
BLUE value IS 121 (47.66% from 255) = 27.5%
R=39.09%
G=33.41%
B=27.5%

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
Decimal17214712100.150.300.3330.5923.557.45
HexAC93790F1E211f1839
Octal2542231710173641373071
Binary1010110010010011111100101111111101000011111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9379; }

 p { color: rgb(172,147,121); }

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

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

 a { background-color: rgb(172,147,121); }

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

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

 span { border-color: rgb(172,147,121); }

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