Html Css Color HEX #A8ADAD Hit Grey

📋 copy color: '#A8ADAD'

red 168 ◦ green 173 ◦ blue 173

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

Shades of Hit Grey #A8ADAD

Tints of Hit Grey #A8ADAD

RGB

 RED value IS 168 (66.02% from 255) = 32.68%

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

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

R = 32.68%
G = 33.66%
B = 33.66%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A8ADAD (or 0xA8ADAD) is known color: Hit Grey. HEX triplet: A8, AD and AD. RGB value is (168,173,173). Sum of RGB (Red+Green+Blue) = 168+173+173=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #A8ADAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8ADAD is #575252. Grayscale: #ABABAB. Windows color (decimal): -5722707 or 11382184. OLE color: 11382184.

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

Color convert

RGB 168 173 173 -
CMYK 0.03 0 0 0.32
HSL 180º 0.03% 0.67% -
HSV(B) 180º 0.03% 0.68% -
XYZ 38.63 41.23 45.46 -
YUV 171.51 128.84 125.5 -
System Red Green Blue C M Y K H S L
Decimal 168 173 173 0.03 0 0 0.32 180 0.03 0.67
Hex A8 AD AD 3 0 0 20 B4 3 43
Octal 250 255 255 3 0 0 40 264 3 103
Binary 10101000 10101101 10101101 11 0 0 100000 10110100 11 1000011

Color Harmonies of #A8ADAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ADAD

Black with #A8ADAD

Text Example


Text Example

White with #A8ADAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ADAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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