Html Css Color HEX #9AB0A5 Tower Grey

📋 copy color: '#9AB0A5'

red 154 ◦ green 176 ◦ blue 165

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

Shades of Tower Grey #9AB0A5

Tints of Tower Grey #9AB0A5

RGB

 RED value IS 154 (60.55% from 255) = 31.11%

 GREEN value IS 176 (69.14% from 255) = 35.56%

 BLUE value IS 165 (64.84% from 255) = 33.33%

R = 31.11%
G = 35.56%
B = 33.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#9AB0A5 (or 0x9AB0A5) is known color: Tower Grey. HEX triplet: 9A, B0 and A5. RGB value is (154,176,165). Sum of RGB (Red+Green+Blue) = 154+176+165=495 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.11% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 165 (64.84% from 255 or 33.33% from 495); Max value from RGB is 176 - color contains mainly: green. Hex color #9AB0A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AB0A5 is #654F5A. Grayscale: #A8A8A8. Windows color (decimal): -6639451 or 10858650. OLE color: 10858650.

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

Color convert

RGB 154 176 165 -
CMYK 0.12 0 0.06 0.31
HSL 150º 0.12% 0.65% -
HSV(B) 150º 0.13% 0.69% -
XYZ 35.64 40.64 41.56 -
YUV 168.17 126.21 117.89 -
System Red Green Blue C M Y K H S L
Decimal 154 176 165 0.12 0 0.06 0.31 150 0.12 0.65
Hex 9A B0 A5 C 0 6 1F 96 C 41
Octal 232 260 245 14 0 6 37 226 14 101
Binary 10011010 10110000 10100101 1100 0 110 11111 10010110 1100 1000001

Color Harmonies of #9AB0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB0A5

Black with #9AB0A5

Text Example


Text Example

White with #9AB0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,176,165); }

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

background-color css

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

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

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

border-color css

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

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

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