Html Css Color HEX #95AFA3 Tower Grey

📋 copy color: '#95AFA3'

red 149 ◦ green 175 ◦ blue 163

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

Shades of Tower Grey #95AFA3

Tints of Tower Grey #95AFA3

RGB

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

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

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

R = 30.6%
G = 35.93%
B = 33.47%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#95AFA3 (or 0x95AFA3) is known color: Tower Grey. HEX triplet: 95, AF and A3. RGB value is (149,175,163). Sum of RGB (Red+Green+Blue) = 149+175+163=487 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.60% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 163 (64.06% from 255 or 33.47% from 487); Max value from RGB is 175 - color contains mainly: green. Hex color #95AFA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AFA3 is #6A505C. Grayscale: #A5A5A5. Windows color (decimal): -6967389 or 10727317. OLE color: 10727317.

HSL color Cylindrical-coordinate representation of color #95AFA3: hue angle of 152.31º 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 #95AFA3 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 149 175 163 -
CMYK 0.15 0 0.07 0.31
HSL 152.31º 0.14% 0.64% -
HSV(B) 152.31º 0.15% 0.69% -
XYZ 34.34 39.69 40.5 -
YUV 165.86 126.39 115.98 -
System Red Green Blue C M Y K H S L
Decimal 149 175 163 0.15 0 0.07 0.31 152.31 0.14 0.64
Hex 95 AF A3 F 0 7 1F 98 E 40
Octal 225 257 243 17 0 7 37 230 16 100
Binary 10010101 10101111 10100011 1111 0 111 11111 10011000 1110 1000000

Color Harmonies of #95AFA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AFA3

Black with #95AFA3

Text Example


Text Example

White with #95AFA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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