Html Css Color HEX #96AEA3 Tower Grey

📋 copy color: '#96AEA3'

red 150 ◦ green 174 ◦ blue 163

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

Shades of Tower Grey #96AEA3

Tints of Tower Grey #96AEA3

RGB

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

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

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

R = 30.8%
G = 35.73%
B = 33.47%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#96AEA3 (or 0x96AEA3) is known color: Tower Grey. HEX triplet: 96, AE and A3. RGB value is (150,174,163). Sum of RGB (Red+Green+Blue) = 150+174+163=487 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.80% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 163 (64.06% from 255 or 33.47% from 487); Max value from RGB is 174 - color contains mainly: green. Hex color #96AEA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AEA3 is #69515C. Grayscale: #A5A5A5. Windows color (decimal): -6902109 or 10727062. OLE color: 10727062.

HSL color Cylindrical-coordinate representation of color #96AEA3: hue angle of 152.5º 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 #96AEA3 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB 150 174 163 -
CMYK 0.14 0 0.06 0.32
HSL 152.5º 0.13% 0.64% -
HSV(B) 152.5º 0.14% 0.68% -
XYZ 34.32 39.4 40.45 -
YUV 165.57 126.55 116.89 -
System Red Green Blue C M Y K H S L
Decimal 150 174 163 0.14 0 0.06 0.32 152.5 0.13 0.64
Hex 96 AE A3 E 0 6 20 98 D 40
Octal 226 256 243 16 0 6 40 230 15 100
Binary 10010110 10101110 10100011 1110 0 110 100000 10011000 1101 1000000

Color Harmonies of #96AEA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AEA3

Black with #96AEA3

Text Example


Text Example

White with #96AEA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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