#97A6AD

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

Shades of Botticelli #97A6AD

Tints of Botticelli #97A6AD

Color information

#97A6AD (or 0x97A6AD) is unknown color: approx Botticelli. HEX triplet: 97, A6 and AD. RGB value is (151,166,173). Sum of RGB (Red+Green+Blue) = 151+166+173=490 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.82% from 490); Green value is 166 (65.23% from 255 or 33.88% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 173 - color contains mainly: blue. Hex color #97A6AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A6AD is #685952. Grayscale: #A2A2A2. Windows color (decimal): -6838611 or 11380375. OLE color: 11380375.

HSL color Cylindrical-coordinate representation of color #97A6AD: hue angle of 199.09º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #97A6AD is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB151166173-
CMYK0.130.0400.32
HSL199.09º11.83%63.53%-
HSV(B)199.09º12.72%67.84%-
XYZ33.9436.8744.86-
YUV162.31134.03119.93-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.82%
GREEN value IS 166 (65.23% from 255) = 33.88%
BLUE value IS 173 (67.97% from 255) = 35.31%
R=30.82%
G=33.88%
B=35.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1511661730.130.0400.32199.0911.8363.53
Hex97A6ADD4020c7c40
Octal22724625515404030714100
Binary100101111010011010101101110110001000001100011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,166,173); }

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

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

 a { background-color: rgb(151,166,173); }

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

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

 span { border-color: rgb(151,166,173); }

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