#9AA9AF

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

Shades of Botticelli #9AA9AF

Tints of Botticelli #9AA9AF

Color information

#9AA9AF (or 0x9AA9AF) is unknown color: approx Botticelli. HEX triplet: 9A, A9 and AF. RGB value is (154,169,175). Sum of RGB (Red+Green+Blue) = 154+169+175=498 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.92% from 498); Green value is 169 (66.41% from 255 or 33.94% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 175 - color contains mainly: blue. Hex color #9AA9AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA9AF is #655650. Grayscale: #A5A5A5. Windows color (decimal): -6641233 or 11512218. OLE color: 11512218.

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

Color convert

RGB154169175-
CMYK0.120.0300.31
HSL197.14º11.6%64.51%-
HSV(B)197.14º12%68.63%-
XYZ35.2538.3446.1-
YUV165.2133.53120.01-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.92%
GREEN value IS 169 (66.41% from 255) = 33.94%
BLUE value IS 175 (68.75% from 255) = 35.14%
R=30.92%
G=33.94%
B=35.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1541691750.120.0300.31197.1411.664.51
Hex9AA9AFC301Fc5c41
Octal23225125714303730514101
Binary1001101010101001101011111100110111111100010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AA9AF; }

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

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

<style>
 a { background-color: #9AA9AF; }

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

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

<style>
 span { border-color: #9AA9AF; }

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

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