Html Css Color HEX #9BAEA6 Tower Grey

📋 copy color: '#9BAEA6'

red 155 ◦ green 174 ◦ blue 166

#9BAEA6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tower Grey #9BAEA6

Tints of Tower Grey #9BAEA6

RGB

 RED value IS 155 (60.94% from 255) = 31.31%

 GREEN value IS 174 (68.36% from 255) = 35.15%

 BLUE value IS 166 (65.23% from 255) = 33.54%

R = 31.31%
G = 35.15%
B = 33.54%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#9BAEA6 (or 0x9BAEA6) is known color: Tower Grey. HEX triplet: 9B, AE and A6. RGB value is (155,174,166). Sum of RGB (Red+Green+Blue) = 155+174+166=495 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.31% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 166 (65.23% from 255 or 33.54% from 495); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAEA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAEA6 is #645159. Grayscale: #A7A7A7. Windows color (decimal): -6574426 or 10923675. OLE color: 10923675.

HSL color Cylindrical-coordinate representation of color #9BAEA6: hue angle of 154.74º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9BAEA6 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB 155 174 166 -
CMYK 0.11 0 0.05 0.32
HSL 154.74º 0.1% 0.65% -
HSV(B) 154.74º 0.11% 0.68% -
XYZ 35.54 39.99 41.92 -
YUV 167.41 127.21 119.15 -
System Red Green Blue C M Y K H S L
Decimal 155 174 166 0.11 0 0.05 0.32 154.74 0.1 0.65
Hex 9B AE A6 B 0 5 20 9B A 41
Octal 233 256 246 13 0 5 40 233 12 101
Binary 10011011 10101110 10100110 1011 0 101 100000 10011011 1010 1000001

Color Harmonies of #9BAEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAEA6

Black with #9BAEA6

Text Example


Text Example

White with #9BAEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,174,166); }

 H1.HeaderClassName
 {
   color: #9BAEA6;
 }
 .AnyTagClassName
 {
   color: #9BAEA6;
 }
</style>

background-color css

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

 a { background-color: rgb(155,174,166); }

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

border-color css

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

 span { border-color: rgb(155,174,166); }

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