Html Css Color HEX #9AADAB Hit Grey

📋 copy color: '#9AADAB'

red 154 ◦ green 173 ◦ blue 171

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

Shades of Hit Grey #9AADAB

Tints of Hit Grey #9AADAB

RGB

 RED value IS 154 (60.55% from 255) = 30.92%

 GREEN value IS 173 (67.97% from 255) = 34.74%

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

R = 30.92%
G = 34.74%
B = 34.34%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#9AADAB (or 0x9AADAB) is known color: Hit Grey. HEX triplet: 9A, AD and AB. RGB value is (154,173,171). Sum of RGB (Red+Green+Blue) = 154+173+171=498 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.92% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 173 - color contains mainly: green. Hex color #9AADAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AADAB is #655254. Grayscale: #A7A7A7. Windows color (decimal): -6640213 or 11251098. OLE color: 11251098.

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

Color convert

RGB 154 173 171 -
CMYK 0.11 0 0.01 0.32
HSL 173.68º 0.1% 0.64% -
HSV(B) 173.68º 0.11% 0.68% -
XYZ 35.62 39.7 44.31 -
YUV 167.09 130.21 118.66 -
System Red Green Blue C M Y K H S L
Decimal 154 173 171 0.11 0 0.01 0.32 173.68 0.1 0.64
Hex 9A AD AB B 0 1 20 AE A 40
Octal 232 255 253 13 0 1 40 256 12 100
Binary 10011010 10101101 10101011 1011 0 1 100000 10101110 1010 1000000

Color Harmonies of #9AADAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AADAB

Black with #9AADAB

Text Example


Text Example

White with #9AADAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AADAB; }

 p { color: rgb(154,173,171); }

 H1.HeaderClassName
 {
   color: #9AADAB;
 }
 .AnyTagClassName
 {
   color: #9AADAB;
 }
</style>

background-color css

<style>
 a { background-color: #9AADAB; }

 a { background-color: rgb(154,173,171); }

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

border-color css

<style>
 span { border-color: #9AADAB; }

 span { border-color: rgb(154,173,171); }

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