#9AA2AF

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

Shades of Rock Blue #9AA2AF

Tints of Rock Blue #9AA2AF

Color information

#9AA2AF (or 0x9AA2AF) is unknown color: approx Rock Blue. HEX triplet: 9A, A2 and AF. RGB value is (154,162,175). Sum of RGB (Red+Green+Blue) = 154+162+175=491 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.36% from 491); Green value is 162 (63.67% from 255 or 32.99% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 175 - color contains mainly: blue. Hex color #9AA2AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA2AF is #655D50. Grayscale: #A1A1A1. Windows color (decimal): -6643025 or 11510426. OLE color: 11510426.

HSL color Cylindrical-coordinate representation of color #9AA2AF: hue angle of 217.14º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9AA2AF is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB154162175-
CMYK0.120.0700.31
HSL217.14º11.6%64.51%-
HSV(B)217.14º12%68.63%-
XYZ33.9835.8145.68-
YUV161.09135.85122.94-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.36%
GREEN value IS 162 (63.67% from 255) = 32.99%
BLUE value IS 175 (68.75% from 255) = 35.64%
R=31.36%
G=32.99%
B=35.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1541621750.120.0700.31217.1411.664.51
Hex9AA2AFC701Fd9c41
Octal23224225714703733114101
Binary10011010101000101010111111001110111111101100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AA2AF; }

 p { color: rgb(154,162,175); }

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

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

 a { background-color: rgb(154,162,175); }

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

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

 span { border-color: rgb(154,162,175); }

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