#9AA8AB

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

Shades of Botticelli #9AA8AB

Tints of Botticelli #9AA8AB

Color information

#9AA8AB (or 0x9AA8AB) is unknown color: approx Botticelli. HEX triplet: 9A, A8 and AB. RGB value is (154,168,171). Sum of RGB (Red+Green+Blue) = 154+168+171=493 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.24% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 171 - color contains mainly: blue. Hex color #9AA8AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA8AB is #655754. Grayscale: #A4A4A4. Windows color (decimal): -6641493 or 11249818. OLE color: 11249818.

HSL color Cylindrical-coordinate representation of color #9AA8AB: hue angle of 190.59º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9AA8AB is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB154168171-
CMYK0.100.0200.33
HSL190.59º9.19%63.73%-
HSV(B)190.59º9.94%67.06%-
XYZ34.6837.8244-
YUV164.16131.86120.76-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.24%
GREEN value IS 168 (66.02% from 255) = 34.08%
BLUE value IS 171 (67.19% from 255) = 34.69%
R=31.24%
G=34.08%
B=34.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541681710.100.0200.33190.599.1963.73
Hex9AA8ABA2021bf940
Octal23225025312204127711100
Binary10011010101010001010101110101001000011011111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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