#9AAEAF

Color #9AAEAF Hit Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hit Grey #9AAEAF

Tints of Hit Grey #9AAEAF

Color information

#9AAEAF (or 0x9AAEAF) is unknown color: approx Hit Grey. HEX triplet: 9A, AE and AF. RGB value is (154,174,175). Sum of RGB (Red+Green+Blue) = 154+174+175=503 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.62% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 175 - color contains mainly: blue. Hex color #9AAEAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAEAF is #655150. Grayscale: #A8A8A8. Windows color (decimal): -6639953 or 11513498. OLE color: 11513498.

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

Color convert

RGB154174175-
CMYK0.120.0100.31
HSL182.86º11.6%64.51%-
HSV(B)182.86º12%68.63%-
XYZ36.240.2446.42-
YUV168.13131.87117.92-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.62%
GREEN value IS 174 (68.36% from 255) = 34.59%
BLUE value IS 175 (68.75% from 255) = 34.79%
R=30.62%
G=34.59%
B=34.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1541741750.120.0100.31182.8611.664.51
Hex9AAEAFC101Fb7c41
Octal23225625714103726714101
Binary100110101010111010101111110010111111011011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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