Html Css Color HEX #A0ADAD Hit Grey

📋 copy color: '#A0ADAD'

red 160 ◦ green 173 ◦ blue 173

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

Shades of Hit Grey #A0ADAD

Tints of Hit Grey #A0ADAD

RGB

 RED value IS 160 (62.89% from 255) = 31.62%

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

 BLUE value IS 173 (67.97% from 255) = 34.19%

R = 31.62%
G = 34.19%
B = 34.19%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A0ADAD (or 0xA0ADAD) is known color: Hit Grey. HEX triplet: A0, AD and AD. RGB value is (160,173,173). Sum of RGB (Red+Green+Blue) = 160+173+173=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #A0ADAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0ADAD is #5F5252. Grayscale: #A9A9A9. Windows color (decimal): -6246995 or 11382176. OLE color: 11382176.

HSL color Cylindrical-coordinate representation of color #A0ADAD: hue angle of 180º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A0ADAD is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 173 173 -
CMYK 0.08 0 0 0.32
HSL 180º 0.07% 0.65% -
HSV(B) 180º 0.08% 0.68% -
XYZ 36.98 40.38 45.38 -
YUV 169.11 130.19 121.5 -
System Red Green Blue C M Y K H S L
Decimal 160 173 173 0.08 0 0 0.32 180 0.07 0.65
Hex A0 AD AD 8 0 0 20 B4 7 41
Octal 240 255 255 10 0 0 40 264 7 101
Binary 10100000 10101101 10101101 1000 0 0 100000 10110100 111 1000001

Color Harmonies of #A0ADAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ADAD

Black with #A0ADAD

Text Example


Text Example

White with #A0ADAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ADAD; }

 p { color: rgb(160,173,173); }

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

background-color css

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

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

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

border-color css

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

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

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