Html Css Color HEX #96AFA2 Tower Grey

📋 copy color: '#96AFA2'

red 150 ◦ green 175 ◦ blue 162

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

Shades of Tower Grey #96AFA2

Tints of Tower Grey #96AFA2

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.93%

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

R = 30.8%
G = 35.93%
B = 33.26%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#96AFA2 (or 0x96AFA2) is known color: Tower Grey. HEX triplet: 96, AF and A2. RGB value is (150,175,162). Sum of RGB (Red+Green+Blue) = 150+175+162=487 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.80% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 162 (63.67% from 255 or 33.26% from 487); Max value from RGB is 175 - color contains mainly: green. Hex color #96AFA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AFA2 is #69505D. Grayscale: #A6A6A6. Windows color (decimal): -6901854 or 10661782. OLE color: 10661782.

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

Color convert

RGB 150 175 162 -
CMYK 0.14 0 0.07 0.31
HSL 148.8º 0.14% 0.64% -
HSV(B) 148.8º 0.14% 0.69% -
XYZ 34.43 39.75 40.04 -
YUV 166.04 125.72 116.56 -
System Red Green Blue C M Y K H S L
Decimal 150 175 162 0.14 0 0.07 0.31 148.8 0.14 0.64
Hex 96 AF A2 E 0 7 1F 95 E 40
Octal 226 257 242 16 0 7 37 225 16 100
Binary 10010110 10101111 10100010 1110 0 111 11111 10010101 1110 1000000

Color Harmonies of #96AFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AFA2

Black with #96AFA2

Text Example


Text Example

White with #96AFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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