#95ADAD

Color #95ADAD Hit Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hit Grey #95ADAD

Tints of Hit Grey #95ADAD

Color information

#95ADAD (or 0x95ADAD) is unknown color: approx Hit Grey. HEX triplet: 95, AD and AD. RGB value is (149,173,173). Sum of RGB (Red+Green+Blue) = 149+173+173=495 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.10% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #95ADAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95ADAD is #6A5252. Grayscale: #A5A5A5. Windows color (decimal): -6967891 or 11382165. OLE color: 11382165.

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

Color convert

RGB149173173-
CMYK0.14000.32
HSL180º12.77%63.14%-
HSV(B)180º13.87%67.84%-
XYZ34.8839.2945.28-
YUV165.82132.05116-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.10%
GREEN value IS 173 (67.97% from 255) = 34.95%
BLUE value IS 173 (67.97% from 255) = 34.95%
R=30.10%
G=34.95%
B=34.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1491731730.14000.3218012.7763.14
Hex95ADADE0020b4d3f
Octal2252552551600402641577
Binary100101011010110110101101111000100000101101001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,173,173); }

 H1.HeaderClassName
 {
   color: #95ADAD;
 }
 .AnyTagClassName
 {
   color: #95ADAD;
 }
</style>
background-color css

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

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

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

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

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

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