Html Css Color HEX #96ABA3 Tower Grey

📋 copy color: '#96ABA3'

red 150 ◦ green 171 ◦ blue 163

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

Shades of Tower Grey #96ABA3

Tints of Tower Grey #96ABA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 33.68%

R = 30.99%
G = 35.33%
B = 33.68%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#96ABA3 (or 0x96ABA3) is known color: Tower Grey. HEX triplet: 96, AB and A3. RGB value is (150,171,163). Sum of RGB (Red+Green+Blue) = 150+171+163=484 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.99% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 163 (64.06% from 255 or 33.68% from 484); Max value from RGB is 171 - color contains mainly: green. Hex color #96ABA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96ABA3 is #69545C. Grayscale: #A3A3A3. Windows color (decimal): -6902877 or 10726294. OLE color: 10726294.

HSL color Cylindrical-coordinate representation of color #96ABA3: hue angle of 157.14º 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 #96ABA3 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 171 163 -
CMYK 0.12 0 0.05 0.33
HSL 157.14º 0.11% 0.63% -
HSV(B) 157.14º 0.12% 0.67% -
XYZ 33.75 38.25 40.26 -
YUV 163.81 127.54 118.15 -
System Red Green Blue C M Y K H S L
Decimal 150 171 163 0.12 0 0.05 0.33 157.14 0.11 0.63
Hex 96 AB A3 C 0 5 21 9D B 3F
Octal 226 253 243 14 0 5 41 235 13 77
Binary 10010110 10101011 10100011 1100 0 101 100001 10011101 1011 111111

Color Harmonies of #96ABA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ABA3

Black with #96ABA3

Text Example


Text Example

White with #96ABA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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