Html Css Color HEX #96ADA2 Tower Grey

📋 copy color: '#96ADA2'

red 150 ◦ green 173 ◦ blue 162

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

Shades of Tower Grey #96ADA2

Tints of Tower Grey #96ADA2

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.67%

 BLUE value IS 162 (63.67% from 255) = 33.4%

R = 30.93%
G = 35.67%
B = 33.4%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#96ADA2 (or 0x96ADA2) is known color: Tower Grey. HEX triplet: 96, AD and A2. RGB value is (150,173,162). Sum of RGB (Red+Green+Blue) = 150+173+162=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 162 (63.67% from 255 or 33.40% from 485); Max value from RGB is 173 - color contains mainly: green. Hex color #96ADA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96ADA2 is #69525D. Grayscale: #A4A4A4. Windows color (decimal): -6902366 or 10661270. OLE color: 10661270.

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

Color convert

RGB 150 173 162 -
CMYK 0.13 0 0.06 0.32
HSL 151.3º 0.12% 0.63% -
HSV(B) 151.3º 0.13% 0.68% -
XYZ 34.04 38.98 39.91 -
YUV 164.87 126.38 117.39 -
System Red Green Blue C M Y K H S L
Decimal 150 173 162 0.13 0 0.06 0.32 151.3 0.12 0.63
Hex 96 AD A2 D 0 6 20 97 C 3F
Octal 226 255 242 15 0 6 40 227 14 77
Binary 10010110 10101101 10100010 1101 0 110 100000 10010111 1100 111111

Color Harmonies of #96ADA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ADA2

Black with #96ADA2

Text Example


Text Example

White with #96ADA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,173,162); }

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

background-color css

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

 a { background-color: rgb(150,173,162); }

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

border-color css

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

 span { border-color: rgb(150,173,162); }

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