#95A1A4

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

Shades of Botticelli #95A1A4

Tints of Botticelli #95A1A4

Color information

#95A1A4 (or 0x95A1A4) is unknown color: approx Botticelli. HEX triplet: 95, A1 and A4. RGB value is (149,161,164). Sum of RGB (Red+Green+Blue) = 149+161+164=474 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.43% from 474); Green value is 161 (63.28% from 255 or 33.97% from 474); Blue value is 164 (64.45% from 255 or 34.60% from 474); Max value from RGB is 164 - color contains mainly: blue. Hex color #95A1A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A1A4 is #6A5E5B. Grayscale: #9D9D9D. Windows color (decimal): -6970972 or 10789269. OLE color: 10789269.

HSL color Cylindrical-coordinate representation of color #95A1A4: hue angle of 192º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #95A1A4 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB149161164-
CMYK0.090.0200.36
HSL192º7.61%61.37%-
HSV(B)192º9.15%64.31%-
XYZ31.8434.5640.11-
YUV157.75131.52121.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.43%
GREEN value IS 161 (63.28% from 255) = 33.97%
BLUE value IS 164 (64.45% from 255) = 34.60%
R=31.43%
G=33.97%
B=34.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1491611640.090.0200.361927.6161.37
Hex95A1A492024c083d
Octal2252412441120443001075
Binary1001010110100001101001001001100100100110000001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,161,164); }

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

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

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

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

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

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

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