#99AEAD

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

Shades of Hit Grey #99AEAD

Tints of Hit Grey #99AEAD

Color information

#99AEAD (or 0x99AEAD) is unknown color: approx Hit Grey. HEX triplet: 99, AE and AD. RGB value is (153,174,173). Sum of RGB (Red+Green+Blue) = 153+174+173=500 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.6% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 174 - color contains mainly: green. Hex color #99AEAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AEAD is #665152. Grayscale: #A7A7A7. Windows color (decimal): -6705491 or 11382425. OLE color: 11382425.

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

Color convert

RGB153174173-
CMYK0.1200.010.32
HSL177.14º11.48%64.12%-
HSV(B)177.14º12.07%68.24%-
XYZ35.8240.0645.38-
YUV167.61131.04117.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.6%
GREEN value IS 174 (68.36% from 255) = 34.8%
BLUE value IS 173 (67.97% from 255) = 34.6%
R=30.6%
G=34.8%
B=34.6%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1531741730.1200.010.32177.1411.4864.12
Hex99AEADC0120b1b40
Octal23125625514014026113100
Binary1001100110101110101011011100011000001011000110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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