Html Css Color HEX #99AAAB Hit Grey

📋 copy color: '#99AAAB'

red 153 ◦ green 170 ◦ blue 171

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

Shades of Hit Grey #99AAAB

Tints of Hit Grey #99AAAB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.41%

 BLUE value IS 171 (67.19% from 255) = 34.62%

R = 30.97%
G = 34.41%
B = 34.62%

CMYK

 C value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#99AAAB (or 0x99AAAB) is known color: Hit Grey. HEX triplet: 99, AA and AB. RGB value is (153,170,171). Sum of RGB (Red+Green+Blue) = 153+170+171=494 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.97% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 171 - color contains mainly: blue. Hex color #99AAAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AAAB is #665554. Grayscale: #A5A5A5. Windows color (decimal): -6706517 or 11250329. OLE color: 11250329.

HSL color Cylindrical-coordinate representation of color #99AAAB: hue angle of 183.33º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #99AAAB is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 170 171 -
CMYK 0.11 0.01 0 0.33
HSL 183.33º 0.1% 0.64% -
HSV(B) 183.33º 0.11% 0.67% -
XYZ 34.86 38.46 44.11 -
YUV 165.03 131.37 119.42 -
System Red Green Blue C M Y K H S L
Decimal 153 170 171 0.11 0.01 0 0.33 183.33 0.1 0.64
Hex 99 AA AB B 1 0 21 B7 A 40
Octal 231 252 253 13 1 0 41 267 12 100
Binary 10011001 10101010 10101011 1011 1 0 100001 10110111 1010 1000000

Color Harmonies of #99AAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AAAB

Black with #99AAAB

Text Example


Text Example

White with #99AAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,170,171); }

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

background-color css

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

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

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

border-color css

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

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

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