#99AAAC

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

Shades of Botticelli #99AAAC

Tints of Botticelli #99AAAC

Color information

#99AAAC (or 0x99AAAC) is unknown color: approx Botticelli. HEX triplet: 99, AA and AC. RGB value is (153,170,172). Sum of RGB (Red+Green+Blue) = 153+170+172=495 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.91% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 172 - color contains mainly: blue. Hex color #99AAAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AAAC is #665553. Grayscale: #A5A5A5. Windows color (decimal): -6706516 or 11315865. OLE color: 11315865.

HSL color Cylindrical-coordinate representation of color #99AAAC: hue angle of 186.32º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #99AAAC is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB153170172-
CMYK0.110.0100.33
HSL186.32º10.27%63.73%-
HSV(B)186.32º11.05%67.45%-
XYZ34.9638.544.62-
YUV165.14131.87119.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.91%
GREEN value IS 170 (66.80% from 255) = 34.34%
BLUE value IS 172 (67.58% from 255) = 34.75%
R=30.91%
G=34.34%
B=34.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531701720.110.0100.33186.3210.2763.73
Hex99AAACB1021baa40
Octal23125225413104127212100
Binary1001100110101010101011001011101000011011101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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