#99ACAE

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

Shades of Botticelli #99ACAE

Tints of Botticelli #99ACAE

Color information

#99ACAE (or 0x99ACAE) is unknown color: approx Botticelli. HEX triplet: 99, AC and AE. RGB value is (153,172,174). Sum of RGB (Red+Green+Blue) = 153+172+174=499 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.66% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 174 (68.36% from 255 or 34.87% from 499); Max value from RGB is 174 - color contains mainly: blue. Hex color #99ACAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99ACAE is #665351. Grayscale: #A6A6A6. Windows color (decimal): -6706002 or 11447449. OLE color: 11447449.

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

Color convert

RGB153172174-
CMYK0.120.0100.32
HSL185.71º11.48%64.12%-
HSV(B)185.71º12.07%68.24%-
XYZ35.5339.3345.76-
YUV166.55132.21118.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.66%
GREEN value IS 172 (67.58% from 255) = 34.47%
BLUE value IS 174 (68.36% from 255) = 34.87%
R=30.66%
G=34.47%
B=34.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1531721740.120.0100.32185.7111.4864.12
Hex99ACAEC1020bab40
Octal23125425614104027213100
Binary1001100110101100101011101100101000001011101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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