#9AAFAF

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

Shades of Hit Grey #9AAFAF

Tints of Hit Grey #9AAFAF

Color information

#9AAFAF (or 0x9AAFAF) is unknown color: approx Hit Grey. HEX triplet: 9A, AF and AF. RGB value is (154,175,175). Sum of RGB (Red+Green+Blue) = 154+175+175=504 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.56% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #9AAFAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAFAF is #655050. Grayscale: #A8A8A8. Windows color (decimal): -6639697 or 11513754. OLE color: 11513754.

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

Color convert

RGB154175175-
CMYK0.12000.31
HSL180º11.6%64.51%-
HSV(B)180º12%68.63%-
XYZ36.3940.6346.48-
YUV168.72131.54117.5-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.56%
GREEN value IS 175 (68.75% from 255) = 34.72%
BLUE value IS 175 (68.75% from 255) = 34.72%
R=30.56%
G=34.72%
B=34.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1541751750.12000.3118011.664.51
Hex9AAFAFC001Fb4c41
Octal23225725714003726414101
Binary100110101010111110101111110000111111011010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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