#99A1AE

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

Shades of Rock Blue #99A1AE

Tints of Rock Blue #99A1AE

Color information

#99A1AE (or 0x99A1AE) is unknown color: approx Rock Blue. HEX triplet: 99, A1 and AE. RGB value is (153,161,174). Sum of RGB (Red+Green+Blue) = 153+161+174=488 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.35% from 488); Green value is 161 (63.28% from 255 or 32.99% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 174 - color contains mainly: blue. Hex color #99A1AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A1AE is #665E51. Grayscale: #A0A0A0. Windows color (decimal): -6708818 or 11444633. OLE color: 11444633.

HSL color Cylindrical-coordinate representation of color #99A1AE: hue angle of 217.14º 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 #99A1AE is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB153161174-
CMYK0.120.0700.32
HSL217.14º11.48%64.12%-
HSV(B)217.14º12.07%68.24%-
XYZ33.5235.3245.09-
YUV160.09135.85122.94-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.35%
GREEN value IS 161 (63.28% from 255) = 32.99%
BLUE value IS 174 (68.36% from 255) = 35.66%
R=31.35%
G=32.99%
B=35.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1531611740.120.0700.32217.1411.4864.12
Hex99A1AEC7020d9b40
Octal23124125614704033113100
Binary100110011010000110101110110011101000001101100110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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