#999AA1

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

Shades of Manatee #999AA1

Tints of Manatee #999AA1

Color information

#999AA1 (or 0x999AA1) is unknown color: approx Manatee. HEX triplet: 99, 9A and A1. RGB value is (153,154,161). Sum of RGB (Red+Green+Blue) = 153+154+161=468 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.69% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 161 (63.28% from 255 or 34.40% from 468); Max value from RGB is 161 - color contains mainly: blue. Hex color #999AA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999AA1 is #66655E. Grayscale: #9A9A9A. Windows color (decimal): -6710623 or 10590873. OLE color: 10590873.

HSL color Cylindrical-coordinate representation of color #999AA1: hue angle of 232.5º degrees, saturation: 0.04, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #999AA1 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB153154161-
CMYK0.050.0400.37
HSL232.5º4.08%61.57%-
HSV(B)232.5º4.97%63.14%-
XYZ31.1332.4638.34-
YUV154.5131.67126.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.69%
GREEN value IS 154 (60.55% from 255) = 32.91%
BLUE value IS 161 (63.28% from 255) = 34.40%
R=32.69%
G=32.91%
B=34.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1531541610.050.0400.37232.54.0861.57
Hex999AA154025e843e
Octal23123224154045350476
Binary100110011001101010100001101100010010111101000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999AA1; }

 p { color: rgb(153,154,161); }

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

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

 a { background-color: rgb(153,154,161); }

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

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

 span { border-color: rgb(153,154,161); }

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