Html Css Color HEX #95AFA4 Tower Grey

📋 copy color: '#95AFA4'

red 149 ◦ green 175 ◦ blue 164

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

Shades of Tower Grey #95AFA4

Tints of Tower Grey #95AFA4

RGB

 RED value IS 149 (58.59% from 255) = 30.53%

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

 BLUE value IS 164 (64.45% from 255) = 33.61%

R = 30.53%
G = 35.86%
B = 33.61%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#95AFA4 (or 0x95AFA4) is known color: Tower Grey. HEX triplet: 95, AF and A4. RGB value is (149,175,164). Sum of RGB (Red+Green+Blue) = 149+175+164=488 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.53% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 164 (64.45% from 255 or 33.61% from 488); Max value from RGB is 175 - color contains mainly: green. Hex color #95AFA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AFA4 is #6A505B. Grayscale: #A5A5A5. Windows color (decimal): -6967388 or 10792853. OLE color: 10792853.

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

Color convert

RGB 149 175 164 -
CMYK 0.15 0 0.06 0.31
HSL 154.62º 0.14% 0.64% -
HSV(B) 154.62º 0.15% 0.69% -
XYZ 34.43 39.73 40.98 -
YUV 165.97 126.89 115.89 -
System Red Green Blue C M Y K H S L
Decimal 149 175 164 0.15 0 0.06 0.31 154.62 0.14 0.64
Hex 95 AF A4 F 0 6 1F 9B E 40
Octal 225 257 244 17 0 6 37 233 16 100
Binary 10010101 10101111 10100100 1111 0 110 11111 10011011 1110 1000000

Color Harmonies of #95AFA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AFA4

Black with #95AFA4

Text Example


Text Example

White with #95AFA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95AFA4; }

 p { color: rgb(149,175,164); }

 H1.HeaderClassName
 {
   color: #95AFA4;
 }
 .AnyTagClassName
 {
   color: #95AFA4;
 }
</style>

background-color css

<style>
 a { background-color: #95AFA4; }

 a { background-color: rgb(149,175,164); }

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

border-color css

<style>
 span { border-color: #95AFA4; }

 span { border-color: rgb(149,175,164); }

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