#95AEAE

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

Shades of Hit Grey #95AEAE

Tints of Hit Grey #95AEAE

Color information

#95AEAE (or 0x95AEAE) is unknown color: approx Hit Grey. HEX triplet: 95, AE and AE. RGB value is (149,174,174). Sum of RGB (Red+Green+Blue) = 149+174+174=497 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.98% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #95AEAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AEAE is #6A5151. Grayscale: #A6A6A6. Windows color (decimal): -6967634 or 11447957. OLE color: 11447957.

HSL color Cylindrical-coordinate representation of color #95AEAE: 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 #95AEAE is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB149174174-
CMYK0.14000.32
HSL180º13.37%63.33%-
HSV(B)180º14.37%68.24%-
XYZ35.1739.7245.86-
YUV166.52132.22115.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.98%
GREEN value IS 174 (68.36% from 255) = 35.01%
BLUE value IS 174 (68.36% from 255) = 35.01%
R=29.98%
G=35.01%
B=35.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1491741740.14000.3218013.3763.33
Hex95AEAEE0020b4d3f
Octal2252562561600402641577
Binary100101011010111010101110111000100000101101001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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