#A5ADAD

Color #A5ADAD Hit Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hit Grey #A5ADAD

Tints of Hit Grey #A5ADAD

Color information

#A5ADAD (or 0xA5ADAD) is unknown color: approx Hit Grey. HEX triplet: A5, AD and AD. RGB value is (165,173,173). Sum of RGB (Red+Green+Blue) = 165+173+173=511 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.29% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #A5ADAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5ADAD is #5A5252. Grayscale: #AAAAAA. Windows color (decimal): -5919315 or 11382181. OLE color: 11382181.

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

Color convert

RGB165173173-
CMYK0.05000.32
HSL180º4.65%66.27%-
HSV(B)180º4.62%67.84%-
XYZ3840.945.43-
YUV170.61129.35124-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.29%
GREEN value IS 173 (67.97% from 255) = 33.86%
BLUE value IS 173 (67.97% from 255) = 33.86%
R=32.29%
G=33.86%
B=33.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651731730.05000.321804.6566.27
HexA5ADAD50020b4542
Octal245255255500402645102
Binary10100101101011011010110110100100000101101001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ADAD; }

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

 H1.HeaderClassName
 {
   color: #A5ADAD;
 }
 .AnyTagClassName
 {
   color: #A5ADAD;
 }
</style>
background-color css

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

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

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

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

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

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