#9BAFA4

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

Shades of Tower Grey #9BAFA4

Tints of Tower Grey #9BAFA4

Color information

#9BAFA4 (or 0x9BAFA4) is unknown color: approx Tower Grey. HEX triplet: 9B, AF and A4. RGB value is (155,175,164). Sum of RGB (Red+Green+Blue) = 155+175+164=494 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.38% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 164 (64.45% from 255 or 33.20% from 494); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAFA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAFA4 is #64505B. Grayscale: #A7A7A7. Windows color (decimal): -6574172 or 10792859. OLE color: 10792859.

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

Color convert

RGB155175164-
CMYK0.1100.060.31
HSL147º11.11%64.71%-
HSV(B)147º11.43%68.63%-
XYZ35.5540.3141.03-
YUV167.77125.87118.89-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.38%
GREEN value IS 175 (68.75% from 255) = 35.43%
BLUE value IS 164 (64.45% from 255) = 33.20%
R=31.38%
G=35.43%
B=33.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1551751640.1100.060.3114711.1164.71
Hex9BAFA4B061F93b41
Octal23325724413063722313101
Binary10011011101011111010010010110110111111001001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,175,164); }

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

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

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

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

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

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

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