Html Css Color HEX #92ADAB Hit Grey

📋 copy color: '#92ADAB'

red 146 ◦ green 173 ◦ blue 171

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

Shades of Hit Grey #92ADAB

Tints of Hit Grey #92ADAB

RGB

 RED value IS 146 (57.42% from 255) = 29.8%

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

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

R = 29.8%
G = 35.31%
B = 34.9%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#92ADAB (or 0x92ADAB) is known color: Hit Grey. HEX triplet: 92, AD and AB. RGB value is (146,173,171). Sum of RGB (Red+Green+Blue) = 146+173+171=490 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.80% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 173 - color contains mainly: green. Hex color #92ADAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92ADAB is #6D5254. Grayscale: #A4A4A4. Windows color (decimal): -7164501 or 11251090. OLE color: 11251090.

HSL color Cylindrical-coordinate representation of color #92ADAB: hue angle of 175.56º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #92ADAB is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 146 173 171 -
CMYK 0.16 0 0.01 0.32
HSL 175.56º 0.14% 0.63% -
HSV(B) 175.56º 0.16% 0.68% -
XYZ 34.15 38.94 44.24 -
YUV 164.7 131.55 114.66 -
System Red Green Blue C M Y K H S L
Decimal 146 173 171 0.16 0 0.01 0.32 175.56 0.14 0.63
Hex 92 AD AB 10 0 1 20 B0 E 3F
Octal 222 255 253 20 0 1 40 260 16 77
Binary 10010010 10101101 10101011 10000 0 1 100000 10110000 1110 111111

Color Harmonies of #92ADAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92ADAB

Black with #92ADAB

Text Example


Text Example

White with #92ADAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92ADAB; }

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

 H1.HeaderClassName
 {
   color: #92ADAB;
 }
 .AnyTagClassName
 {
   color: #92ADAB;
 }
</style>

background-color css

<style>
 a { background-color: #92ADAB; }

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

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

border-color css

<style>
 span { border-color: #92ADAB; }

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

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