Html Css Color HEX #9AABA6 Tower Grey

📋 copy color: '#9AABA6'

red 154 ◦ green 171 ◦ blue 166

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

Shades of Tower Grey #9AABA6

Tints of Tower Grey #9AABA6

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.83%

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

R = 31.36%
G = 34.83%
B = 33.81%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#9AABA6 (or 0x9AABA6) is known color: Tower Grey. HEX triplet: 9A, AB and A6. RGB value is (154,171,166). Sum of RGB (Red+Green+Blue) = 154+171+166=491 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.36% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 166 (65.23% from 255 or 33.81% from 491); Max value from RGB is 171 - color contains mainly: green. Hex color #9AABA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AABA6 is #655459. Grayscale: #A5A5A5. Windows color (decimal): -6640730 or 10922906. OLE color: 10922906.

HSL color Cylindrical-coordinate representation of color #9AABA6: hue angle of 162.35º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9AABA6 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB 154 171 166 -
CMYK 0.10 0 0.03 0.33
HSL 162.35º 0.09% 0.64% -
HSV(B) 162.35º 0.1% 0.67% -
XYZ 34.77 38.75 41.72 -
YUV 165.35 128.37 119.91 -
System Red Green Blue C M Y K H S L
Decimal 154 171 166 0.10 0 0.03 0.33 162.35 0.09 0.64
Hex 9A AB A6 A 0 3 21 A2 9 40
Octal 232 253 246 12 0 3 41 242 11 100
Binary 10011010 10101011 10100110 1010 0 11 100001 10100010 1001 1000000

Color Harmonies of #9AABA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AABA6

Black with #9AABA6

Text Example


Text Example

White with #9AABA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,171,166); }

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

background-color css

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

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

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

border-color css

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

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

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