#99A9AF

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

Shades of Botticelli #99A9AF

Tints of Botticelli #99A9AF

Color information

#99A9AF (or 0x99A9AF) is unknown color: approx Botticelli. HEX triplet: 99, A9 and AF. RGB value is (153,169,175). Sum of RGB (Red+Green+Blue) = 153+169+175=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 175 - color contains mainly: blue. Hex color #99A9AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A9AF is #665650. Grayscale: #A4A4A4. Windows color (decimal): -6706769 or 11512217. OLE color: 11512217.

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

Color convert

RGB153169175-
CMYK0.130.0300.31
HSL196.36º12.09%64.31%-
HSV(B)196.36º12.57%68.63%-
XYZ35.0638.2446.09-
YUV164.9133.7119.51-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.78%
GREEN value IS 169 (66.41% from 255) = 34.00%
BLUE value IS 175 (68.75% from 255) = 35.21%
R=30.78%
G=34.00%
B=35.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1531691750.130.0300.31196.3612.0964.31
Hex99A9AFD301Fc4c40
Octal23125125715303730414100
Binary1001100110101001101011111101110111111100010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,169,175); }

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

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

 a { background-color: rgb(153,169,175); }

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

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

 span { border-color: rgb(153,169,175); }

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