#99AEAF

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

Shades of Botticelli #99AEAF

Tints of Botticelli #99AEAF

Color information

#99AEAF (or 0x99AEAF) is unknown color: approx Botticelli. HEX triplet: 99, AE and AF. RGB value is (153,174,175). Sum of RGB (Red+Green+Blue) = 153+174+175=502 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.48% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 175 - color contains mainly: blue. Hex color #99AEAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AEAF is #665150. Grayscale: #A7A7A7. Windows color (decimal): -6705489 or 11513497. OLE color: 11513497.

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

Color convert

RGB153174175-
CMYK0.130.0100.31
HSL182.73º12.09%64.31%-
HSV(B)182.73º12.57%68.63%-
XYZ36.0140.1446.41-
YUV167.83132.04117.42-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.48%
GREEN value IS 174 (68.36% from 255) = 34.66%
BLUE value IS 175 (68.75% from 255) = 34.86%
R=30.48%
G=34.66%
B=34.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1531741750.130.0100.31182.7312.0964.31
Hex99AEAFD101Fb7c40
Octal23125625715103726714100
Binary100110011010111010101111110110111111011011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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