Html Css Color HEX #99AEAE Hit Grey

📋 copy color: '#99AEAE'

red 153 ◦ green 174 ◦ blue 174

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

Shades of Hit Grey #99AEAE

Tints of Hit Grey #99AEAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 34.73%

R = 30.54%
G = 34.73%
B = 34.73%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#99AEAE (or 0x99AEAE) is known color: Hit Grey. HEX triplet: 99, AE and AE. RGB value is (153,174,174). Sum of RGB (Red+Green+Blue) = 153+174+174=501 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.54% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #99AEAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AEAE is #665151. Grayscale: #A7A7A7. Windows color (decimal): -6705490 or 11447961. OLE color: 11447961.

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

Color convert

RGB 153 174 174 -
CMYK 0.12 0 0 0.32
HSL 180º 0.11% 0.64% -
HSV(B) 180º 0.12% 0.68% -
XYZ 35.91 40.1 45.89 -
YUV 167.72 131.54 117.5 -
System Red Green Blue C M Y K H S L
Decimal 153 174 174 0.12 0 0 0.32 180 0.11 0.64
Hex 99 AE AE C 0 0 20 B4 B 40
Octal 231 256 256 14 0 0 40 264 13 100
Binary 10011001 10101110 10101110 1100 0 0 100000 10110100 1011 1000000

Color Harmonies of #99AEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AEAE

Black with #99AEAE

Text Example


Text Example

White with #99AEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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