Html Css Color HEX #96AEA2 Tower Grey

📋 copy color: '#96AEA2'

red 150 ◦ green 174 ◦ blue 162

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

Shades of Tower Grey #96AEA2

Tints of Tower Grey #96AEA2

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.8%

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

R = 30.86%
G = 35.8%
B = 33.33%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#96AEA2 (or 0x96AEA2) is known color: Tower Grey. HEX triplet: 96, AE and A2. RGB value is (150,174,162). Sum of RGB (Red+Green+Blue) = 150+174+162=486 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.86% from 486); Green value is 174 (68.36% from 255 or 35.80% from 486); Blue value is 162 (63.67% from 255 or 33.33% from 486); Max value from RGB is 174 - color contains mainly: green. Hex color #96AEA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AEA2 is #69515D. Grayscale: #A5A5A5. Windows color (decimal): -6902110 or 10661526. OLE color: 10661526.

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

Color convert

RGB 150 174 162 -
CMYK 0.14 0 0.07 0.32
HSL 150º 0.13% 0.64% -
HSV(B) 150º 0.14% 0.68% -
XYZ 34.24 39.36 39.98 -
YUV 165.46 126.05 116.98 -
System Red Green Blue C M Y K H S L
Decimal 150 174 162 0.14 0 0.07 0.32 150 0.13 0.64
Hex 96 AE A2 E 0 7 20 96 D 40
Octal 226 256 242 16 0 7 40 226 15 100
Binary 10010110 10101110 10100010 1110 0 111 100000 10010110 1101 1000000

Color Harmonies of #96AEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AEA2

Black with #96AEA2

Text Example


Text Example

White with #96AEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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