Html Css Color HEX #95A9A6 Hit Grey

📋 copy color: '#95A9A6'

red 149 ◦ green 169 ◦ blue 166

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

Shades of Hit Grey #95A9A6

Tints of Hit Grey #95A9A6

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.92%

 BLUE value IS 166 (65.23% from 255) = 34.3%

R = 30.79%
G = 34.92%
B = 34.3%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.34

RGB Variations

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

Color information

#95A9A6 (or 0x95A9A6) is known color: Hit Grey. HEX triplet: 95, A9 and A6. RGB value is (149,169,166). Sum of RGB (Red+Green+Blue) = 149+169+166=484 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.79% from 484); Green value is 169 (66.41% from 255 or 34.92% from 484); Blue value is 166 (65.23% from 255 or 34.30% from 484); Max value from RGB is 169 - color contains mainly: green. Hex color #95A9A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A9A6 is #6A5659. Grayscale: #A2A2A2. Windows color (decimal): -6968922 or 10922389. OLE color: 10922389.

HSL color Cylindrical-coordinate representation of color #95A9A6: hue angle of 171º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #95A9A6 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB 149 169 166 -
CMYK 0.12 0 0.02 0.34
HSL 171º 0.1% 0.62% -
HSV(B) 171º 0.12% 0.66% -
XYZ 33.47 37.52 41.55 -
YUV 162.68 129.87 118.24 -
System Red Green Blue C M Y K H S L
Decimal 149 169 166 0.12 0 0.02 0.34 171 0.1 0.62
Hex 95 A9 A6 C 0 2 22 AB A 3E
Octal 225 251 246 14 0 2 42 253 12 76
Binary 10010101 10101001 10100110 1100 0 10 100010 10101011 1010 111110

Color Harmonies of #95A9A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A9A6

Black with #95A9A6

Text Example


Text Example

White with #95A9A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,169,166); }

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

background-color css

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

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

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

border-color css

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

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

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