#9AAAAC

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

Shades of Botticelli #9AAAAC

Tints of Botticelli #9AAAAC

Color information

#9AAAAC (or 0x9AAAAC) is unknown color: approx Botticelli. HEX triplet: 9A, AA and AC. RGB value is (154,170,172). Sum of RGB (Red+Green+Blue) = 154+170+172=496 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.05% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 172 - color contains mainly: blue. Hex color #9AAAAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAAAC is #655553. Grayscale: #A5A5A5. Windows color (decimal): -6640980 or 11315866. OLE color: 11315866.

HSL color Cylindrical-coordinate representation of color #9AAAAC: hue angle of 186.67º degrees, saturation: 0.1, 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 #9AAAAC is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB154170172-
CMYK0.100.0100.33
HSL186.67º9.78%63.92%-
HSV(B)186.67º10.47%67.45%-
XYZ35.1538.644.63-
YUV165.44131.7119.84-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.05%
GREEN value IS 170 (66.80% from 255) = 34.27%
BLUE value IS 172 (67.58% from 255) = 34.68%
R=31.05%
G=34.27%
B=34.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541701720.100.0100.33186.679.7863.92
Hex9AAAACA1021bba40
Octal23225225412104127312100
Binary1001101010101010101011001010101000011011101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,170,172); }

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

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

 a { background-color: rgb(154,170,172); }

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

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

 span { border-color: rgb(154,170,172); }

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