Html Css Color HEX #95ADAC Hit Grey

📋 copy color: '#95ADAC'

red 149 ◦ green 173 ◦ blue 172

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

Shades of Hit Grey #95ADAC

Tints of Hit Grey #95ADAC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.02%

 BLUE value IS 172 (67.58% from 255) = 34.82%

R = 30.16%
G = 35.02%
B = 34.82%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#95ADAC (or 0x95ADAC) is known color: Hit Grey. HEX triplet: 95, AD and AC. RGB value is (149,173,172). Sum of RGB (Red+Green+Blue) = 149+173+172=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 173 - color contains mainly: green. Hex color #95ADAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95ADAC is #6A5253. Grayscale: #A5A5A5. Windows color (decimal): -6967892 or 11316629. OLE color: 11316629.

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

Color convert

RGB 149 173 172 -
CMYK 0.14 0 0.01 0.32
HSL 177.5º 0.13% 0.63% -
HSV(B) 177.5º 0.14% 0.68% -
XYZ 34.78 39.26 44.77 -
YUV 165.71 131.55 116.08 -
System Red Green Blue C M Y K H S L
Decimal 149 173 172 0.14 0 0.01 0.32 177.5 0.13 0.63
Hex 95 AD AC E 0 1 20 B2 D 3F
Octal 225 255 254 16 0 1 40 262 15 77
Binary 10010101 10101101 10101100 1110 0 1 100000 10110010 1101 111111

Color Harmonies of #95ADAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95ADAC

Black with #95ADAC

Text Example


Text Example

White with #95ADAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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