#99A7AE

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

Shades of Botticelli #99A7AE

Tints of Botticelli #99A7AE

Color information

#99A7AE (or 0x99A7AE) is unknown color: approx Botticelli. HEX triplet: 99, A7 and AE. RGB value is (153,167,174). Sum of RGB (Red+Green+Blue) = 153+167+174=494 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.97% from 494); Green value is 167 (65.62% from 255 or 33.81% from 494); Blue value is 174 (68.36% from 255 or 35.22% from 494); Max value from RGB is 174 - color contains mainly: blue. Hex color #99A7AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A7AE is #665851. Grayscale: #A3A3A3. Windows color (decimal): -6707282 or 11446169. OLE color: 11446169.

HSL color Cylindrical-coordinate representation of color #99A7AE: hue angle of 200º 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 #99A7AE is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB153167174-
CMYK0.120.0400.32
HSL200º11.48%64.12%-
HSV(B)200º12.07%68.24%-
XYZ34.637.4745.45-
YUV163.61133.86120.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.97%
GREEN value IS 167 (65.62% from 255) = 33.81%
BLUE value IS 174 (68.36% from 255) = 35.22%
R=30.97%
G=33.81%
B=35.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1531671740.120.0400.3220011.4864.12
Hex99A7AEC4020c8b40
Octal23124725614404031013100
Binary100110011010011110101110110010001000001100100010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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