Html Css Color HEX #96ABA1 Tower Grey

📋 copy color: '#96ABA1'

red 150 ◦ green 171 ◦ blue 161

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

Shades of Tower Grey #96ABA1

Tints of Tower Grey #96ABA1

RGB

 RED value IS 150 (58.98% from 255) = 31.12%

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

 BLUE value IS 161 (63.28% from 255) = 33.4%

R = 31.12%
G = 35.48%
B = 33.4%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#96ABA1 (or 0x96ABA1) is known color: Tower Grey. HEX triplet: 96, AB and A1. RGB value is (150,171,161). Sum of RGB (Red+Green+Blue) = 150+171+161=482 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.12% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 161 (63.28% from 255 or 33.40% from 482); Max value from RGB is 171 - color contains mainly: green. Hex color #96ABA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96ABA1 is #69545E. Grayscale: #A3A3A3. Windows color (decimal): -6902879 or 10595222. OLE color: 10595222.

HSL color Cylindrical-coordinate representation of color #96ABA1: hue angle of 151.43º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #96ABA1 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 171 161 -
CMYK 0.12 0 0.06 0.33
HSL 151.43º 0.11% 0.63% -
HSV(B) 151.43º 0.12% 0.67% -
XYZ 33.57 38.18 39.32 -
YUV 163.58 126.54 118.31 -
System Red Green Blue C M Y K H S L
Decimal 150 171 161 0.12 0 0.06 0.33 151.43 0.11 0.63
Hex 96 AB A1 C 0 6 21 97 B 3F
Octal 226 253 241 14 0 6 41 227 13 77
Binary 10010110 10101011 10100001 1100 0 110 100001 10010111 1011 111111

Color Harmonies of #96ABA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ABA1

Black with #96ABA1

Text Example


Text Example

White with #96ABA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96ABA1; }

 p { color: rgb(150,171,161); }

 H1.HeaderClassName
 {
   color: #96ABA1;
 }
 .AnyTagClassName
 {
   color: #96ABA1;
 }
</style>

background-color css

<style>
 a { background-color: #96ABA1; }

 a { background-color: rgb(150,171,161); }

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

border-color css

<style>
 span { border-color: #96ABA1; }

 span { border-color: rgb(150,171,161); }

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