#99A7AD

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

Shades of Botticelli #99A7AD

Tints of Botticelli #99A7AD

Color information

#99A7AD (or 0x99A7AD) is unknown color: approx Botticelli. HEX triplet: 99, A7 and AD. RGB value is (153,167,173). Sum of RGB (Red+Green+Blue) = 153+167+173=493 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.03% from 493); Green value is 167 (65.62% from 255 or 33.87% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 173 - color contains mainly: blue. Hex color #99A7AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A7AD is #665852. Grayscale: #A3A3A3. Windows color (decimal): -6707283 or 11380633. OLE color: 11380633.

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

Color convert

RGB153167173-
CMYK0.120.0300.32
HSL198º10.87%63.92%-
HSV(B)198º11.56%67.84%-
XYZ34.537.4344.94-
YUV163.5133.36120.51-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.03%
GREEN value IS 167 (65.62% from 255) = 33.87%
BLUE value IS 173 (67.97% from 255) = 35.09%
R=31.03%
G=33.87%
B=35.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1531671730.120.0300.3219810.8763.92
Hex99A7ADC3020c6b40
Octal23124725514304030613100
Binary10011001101001111010110111001101000001100011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99A7AD; }

 p { color: rgb(153,167,173); }

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

<style>
 a { background-color: #99A7AD; }

 a { background-color: rgb(153,167,173); }

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

<style>
 span { border-color: #99A7AD; }

 span { border-color: rgb(153,167,173); }

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