#A99480

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

Shades of Sandrift #A99480

Tints of Sandrift #A99480

Color information

#A99480 (or 0xA99480) is unknown color: approx Sandrift. HEX triplet: A9, 94 and 80. RGB value is (169,148,128). Sum of RGB (Red+Green+Blue) = 169+148+128=445 (58% of max value = 765). Red value is 169 (66.41% from 255 or 37.98% from 445); Green value is 148 (58.20% from 255 or 33.26% from 445); Blue value is 128 (50.39% from 255 or 28.76% from 445); Max value from RGB is 169 - color contains mainly: red. Hex color #A99480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99480 is #566B7F. Grayscale: #989898. Windows color (decimal): -5663616 or 8426665. OLE color: 8426665.

HSL color Cylindrical-coordinate representation of color #A99480: hue angle of 29.27º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A99480 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB169148128-
CMYK00.120.240.34
HSL29.27º19.25%58.24%-
HSV(B)29.27º24.26%66.27%-
XYZ30.8531.1724.81-
YUV152114.46140.13-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.98%
GREEN value IS 148 (58.20% from 255) = 33.26%
BLUE value IS 128 (50.39% from 255) = 28.76%
R=37.98%
G=33.26%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914812800.120.240.3429.2719.2558.24
HexA994800C18221d133a
Octal2512242000143042352372
Binary10101001100101001000000001100110001000101110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99480; }

 p { color: rgb(169,148,128); }

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

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

 a { background-color: rgb(169,148,128); }

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

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

 span { border-color: rgb(169,148,128); }

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