#99A0AE

Color #99A0AE Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #99A0AE

Tints of Rock Blue #99A0AE

Color information

#99A0AE (or 0x99A0AE) is unknown color: approx Rock Blue. HEX triplet: 99, A0 and AE. RGB value is (153,160,174). Sum of RGB (Red+Green+Blue) = 153+160+174=487 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.42% from 487); Green value is 160 (62.89% from 255 or 32.85% from 487); Blue value is 174 (68.36% from 255 or 35.73% from 487); Max value from RGB is 174 - color contains mainly: blue. Hex color #99A0AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A0AE is #665F51. Grayscale: #9F9F9F. Windows color (decimal): -6709074 or 11444377. OLE color: 11444377.

HSL color Cylindrical-coordinate representation of color #99A0AE: hue angle of 220º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #99A0AE is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB153160174-
CMYK0.120.0800.32
HSL220º11.48%64.12%-
HSV(B)220º12.07%68.24%-
XYZ33.3534.9745.04-
YUV159.5136.18123.36-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.42%
GREEN value IS 160 (62.89% from 255) = 32.85%
BLUE value IS 174 (68.36% from 255) = 35.73%
R=31.42%
G=32.85%
B=35.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1531601740.120.0800.3222011.4864.12
Hex99A0AEC8020dcb40
Octal231240256141004033413100
Binary1001100110100000101011101100100001000001101110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99A0AE; }

 p { color: rgb(153,160,174); }

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

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

 a { background-color: rgb(153,160,174); }

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

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

 span { border-color: rgb(153,160,174); }

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