#9AA1AF

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

Shades of Rock Blue #9AA1AF

Tints of Rock Blue #9AA1AF

Color information

#9AA1AF (or 0x9AA1AF) is unknown color: approx Rock Blue. HEX triplet: 9A, A1 and AF. RGB value is (154,161,175). Sum of RGB (Red+Green+Blue) = 154+161+175=490 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.43% from 490); Green value is 161 (63.28% from 255 or 32.86% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 175 - color contains mainly: blue. Hex color #9AA1AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA1AF is #655E50. Grayscale: #A0A0A0. Windows color (decimal): -6643281 or 11510170. OLE color: 11510170.

HSL color Cylindrical-coordinate representation of color #9AA1AF: hue angle of 220º 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 #9AA1AF is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB154161175-
CMYK0.120.0800.31
HSL220º11.6%64.51%-
HSV(B)220º12%68.63%-
XYZ33.8135.4545.62-
YUV160.5136.18123.36-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.43%
GREEN value IS 161 (63.28% from 255) = 32.86%
BLUE value IS 175 (68.75% from 255) = 35.71%
R=31.43%
G=32.86%
B=35.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1541611750.120.0800.3122011.664.51
Hex9AA1AFC801Fdcc41
Octal232241257141003733414101
Binary100110101010000110101111110010000111111101110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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