Html Css Color HEX #9AABAB Hit Grey

📋 copy color: '#9AABAB'

red 154 ◦ green 171 ◦ blue 171

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

Shades of Hit Grey #9AABAB

Tints of Hit Grey #9AABAB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.48%

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

R = 31.05%
G = 34.48%
B = 34.48%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9AABAB (or 0x9AABAB) is known color: Hit Grey. HEX triplet: 9A, AB and AB. RGB value is (154,171,171). Sum of RGB (Red+Green+Blue) = 154+171+171=496 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.05% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #9AABAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AABAB is #655454. Grayscale: #A5A5A5. Windows color (decimal): -6640725 or 11250586. OLE color: 11250586.

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

Color convert

RGB 154 171 171 -
CMYK 0.10 0 0 0.33
HSL 180º 0.09% 0.64% -
HSV(B) 180º 0.1% 0.67% -
XYZ 35.24 38.94 44.19 -
YUV 165.92 130.87 119.5 -
System Red Green Blue C M Y K H S L
Decimal 154 171 171 0.10 0 0 0.33 180 0.09 0.64
Hex 9A AB AB A 0 0 21 B4 9 40
Octal 232 253 253 12 0 0 41 264 11 100
Binary 10011010 10101011 10101011 1010 0 0 100001 10110100 1001 1000000

Color Harmonies of #9AABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AABAB

Black with #9AABAB

Text Example


Text Example

White with #9AABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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