#A99179

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

Shades of Sandrift #A99179

Tints of Sandrift #A99179

Color information

#A99179 (or 0xA99179) is unknown color: approx Sandrift. HEX triplet: A9, 91 and 79. RGB value is (169,145,121). Sum of RGB (Red+Green+Blue) = 169+145+121=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 145 (57.03% from 255 or 33.33% from 435); Blue value is 121 (47.66% from 255 or 27.82% from 435); Max value from RGB is 169 - color contains mainly: red. Hex color #A99179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99179 is #566E86. Grayscale: #959595. Windows color (decimal): -5664391 or 7967145. OLE color: 7967145.

HSL color Cylindrical-coordinate representation of color #A99179: hue angle of 30º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A99179 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB169145121-
CMYK00.140.280.34
HSL30º21.82%56.86%-
HSV(B)30º28.4%66.27%-
XYZ29.9430.0722.31-
YUV149.44111.95141.95-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.85%
GREEN value IS 145 (57.03% from 255) = 33.33%
BLUE value IS 121 (47.66% from 255) = 27.82%
R=38.85%
G=33.33%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914512100.140.280.343021.8256.86
HexA991790E1C221e1639
Octal2512211710163442362671
Binary1010100110010001111100101110111001000101111010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99179; }

 p { color: rgb(169,145,121); }

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

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

 a { background-color: rgb(169,145,121); }

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

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

 span { border-color: rgb(169,145,121); }

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