#A99080

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

Shades of Sandrift #A99080

Tints of Sandrift #A99080

Color information

#A99080 (or 0xA99080) is unknown color: approx Sandrift. HEX triplet: A9, 90 and 80. RGB value is (169,144,128). Sum of RGB (Red+Green+Blue) = 169+144+128=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 169 - color contains mainly: red. Hex color #A99080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99080 is #566F7F. Grayscale: #959595. Windows color (decimal): -5664640 or 8425641. OLE color: 8425641.

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

Color convert

RGB169144128-
CMYK00.150.240.34
HSL23.41º19.25%58.24%-
HSV(B)23.41º24.26%66.27%-
XYZ30.2329.9424.61-
YUV149.65115.78141.8-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.32%
GREEN value IS 144 (56.64% from 255) = 32.65%
BLUE value IS 128 (50.39% from 255) = 29.02%
R=38.32%
G=32.65%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914412800.150.240.3423.4119.2558.24
HexA990800F182217133a
Octal2512202000173042272372
Binary10101001100100001000000001111110001000101011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99080; }

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

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

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

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

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

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

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

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