#AC9079

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

Shades of Sandrift #AC9079

Tints of Sandrift #AC9079

Color information

#AC9079 (or 0xAC9079) is unknown color: approx Sandrift. HEX triplet: AC, 90 and 79. RGB value is (172,144,121). Sum of RGB (Red+Green+Blue) = 172+144+121=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 144 (56.64% from 255 or 32.95% from 437); Blue value is 121 (47.66% from 255 or 27.69% from 437); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9079 is #536F86. Grayscale: #959595. Windows color (decimal): -5468039 or 7966892. OLE color: 7966892.

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

Color convert

RGB172144121-
CMYK00.160.300.33
HSL27.06º23.5%57.45%-
HSV(B)27.06º29.65%67.45%-
XYZ30.4430.122.29-
YUV149.75111.78143.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.36%
GREEN value IS 144 (56.64% from 255) = 32.95%
BLUE value IS 121 (47.66% from 255) = 27.69%
R=39.36%
G=32.95%
B=27.69%

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
Decimal17214412100.160.300.3327.0623.557.45
HexAC90790101E211b1839
Octal2542201710203641333071
Binary10101100100100001111001010000111101000011101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9079; }

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

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

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

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

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

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

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

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