#97A1A4

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

Shades of Botticelli #97A1A4

Tints of Botticelli #97A1A4

Color information

#97A1A4 (or 0x97A1A4) is unknown color: approx Botticelli. HEX triplet: 97, A1 and A4. RGB value is (151,161,164). Sum of RGB (Red+Green+Blue) = 151+161+164=476 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.72% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 164 (64.45% from 255 or 34.45% from 476); Max value from RGB is 164 - color contains mainly: blue. Hex color #97A1A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A1A4 is #685E5B. Grayscale: #9E9E9E. Windows color (decimal): -6839900 or 10789271. OLE color: 10789271.

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

Color convert

RGB151161164-
CMYK0.080.0200.36
HSL193.85º6.67%61.76%-
HSV(B)193.85º7.93%64.31%-
XYZ32.2134.7540.13-
YUV158.35131.19122.76-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.72%
GREEN value IS 161 (63.28% from 255) = 33.82%
BLUE value IS 164 (64.45% from 255) = 34.45%
R=31.72%
G=33.82%
B=34.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1511611640.080.0200.36193.856.6761.76
Hex97A1A482024c273e
Octal227241244102044302776
Binary100101111010000110100100100010010010011000010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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