#95ACAA

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

Shades of Hit Grey #95ACAA

Tints of Hit Grey #95ACAA

Color information

#95ACAA (or 0x95ACAA) is unknown color: approx Hit Grey. HEX triplet: 95, AC and AA. RGB value is (149,172,170). Sum of RGB (Red+Green+Blue) = 149+172+170=491 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.35% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 172 - color contains mainly: green. Hex color #95ACAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95ACAA is #6A5355. Grayscale: #A4A4A4. Windows color (decimal): -6968150 or 11185301. OLE color: 11185301.

HSL color Cylindrical-coordinate representation of color #95ACAA: hue angle of 174.78º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #95ACAA is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB149172170-
CMYK0.1300.010.33
HSL174.78º12.17%62.94%-
HSV(B)174.78º13.37%67.45%-
XYZ34.438.843.71-
YUV164.9130.88116.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.35%
GREEN value IS 172 (67.58% from 255) = 35.03%
BLUE value IS 170 (66.80% from 255) = 34.62%
R=30.35%
G=35.03%
B=34.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491721700.1300.010.33174.7812.1762.94
Hex95ACAAD0121afc3f
Octal2252542521501412571477
Binary100101011010110010101010110101100001101011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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