Html Css Color HEX #99AEA3 Tower Grey

📋 copy color: '#99AEA3'

red 153 ◦ green 174 ◦ blue 163

#99AEA3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tower Grey #99AEA3

Tints of Tower Grey #99AEA3

RGB

 RED value IS 153 (60.16% from 255) = 31.22%

 GREEN value IS 174 (68.36% from 255) = 35.51%

 BLUE value IS 163 (64.06% from 255) = 33.27%

R = 31.22%
G = 35.51%
B = 33.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#99AEA3 (or 0x99AEA3) is known color: Tower Grey. HEX triplet: 99, AE and A3. RGB value is (153,174,163). Sum of RGB (Red+Green+Blue) = 153+174+163=490 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.22% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 163 (64.06% from 255 or 33.27% from 490); Max value from RGB is 174 - color contains mainly: green. Hex color #99AEA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AEA3 is #66515C. Grayscale: #A6A6A6. Windows color (decimal): -6705501 or 10727065. OLE color: 10727065.

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

Color convert

RGB 153 174 163 -
CMYK 0.12 0 0.06 0.32
HSL 148.57º 0.11% 0.64% -
HSV(B) 148.57º 0.12% 0.68% -
XYZ 34.88 39.69 40.47 -
YUV 166.47 126.04 118.39 -
System Red Green Blue C M Y K H S L
Decimal 153 174 163 0.12 0 0.06 0.32 148.57 0.11 0.64
Hex 99 AE A3 C 0 6 20 95 B 40
Octal 231 256 243 14 0 6 40 225 13 100
Binary 10011001 10101110 10100011 1100 0 110 100000 10010101 1011 1000000

Color Harmonies of #99AEA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AEA3

Black with #99AEA3

Text Example


Text Example

White with #99AEA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #99AEA3;
 }
 .AnyTagClassName
 {
   color: #99AEA3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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