#9AA8AD

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

Shades of Botticelli #9AA8AD

Tints of Botticelli #9AA8AD

Color information

#9AA8AD (or 0x9AA8AD) is unknown color: approx Botticelli. HEX triplet: 9A, A8 and AD. RGB value is (154,168,173). Sum of RGB (Red+Green+Blue) = 154+168+173=495 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.11% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 173 - color contains mainly: blue. Hex color #9AA8AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA8AD is #655752. Grayscale: #A4A4A4. Windows color (decimal): -6641491 or 11380890. OLE color: 11380890.

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

Color convert

RGB154168173-
CMYK0.110.0300.32
HSL195.79º10.38%64.12%-
HSV(B)195.79º10.98%67.84%-
XYZ34.8737.8945.01-
YUV164.38132.86120.59-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.11%
GREEN value IS 168 (66.02% from 255) = 33.94%
BLUE value IS 173 (67.97% from 255) = 34.95%
R=31.11%
G=33.94%
B=34.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1541681730.110.0300.32195.7910.3864.12
Hex9AA8ADB3020c4a40
Octal23225025513304030412100
Binary10011010101010001010110110111101000001100010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,168,173); }

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

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

 a { background-color: rgb(154,168,173); }

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

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

 span { border-color: rgb(154,168,173); }

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