#A1ADAC

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

Shades of Hit Grey #A1ADAC

Tints of Hit Grey #A1ADAC

Color information

#A1ADAC (or 0xA1ADAC) is unknown color: approx Hit Grey. HEX triplet: A1, AD and AC. RGB value is (161,173,172). Sum of RGB (Red+Green+Blue) = 161+173+172=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 173 - color contains mainly: green. Hex color #A1ADAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1ADAC is #5E5253. Grayscale: #A9A9A9. Windows color (decimal): -6181460 or 11316641. OLE color: 11316641.

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

Color convert

RGB161173172-
CMYK0.0700.010.32
HSL175º6.82%65.49%-
HSV(B)175º6.94%67.84%-
XYZ37.0940.4444.88-
YUV169.3129.52122.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.82%
GREEN value IS 173 (67.97% from 255) = 34.19%
BLUE value IS 172 (67.58% from 255) = 33.99%
R=31.82%
G=34.19%
B=33.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611731720.0700.010.321756.8265.49
HexA1ADAC70120af741
Octal241255254701402577101
Binary10100001101011011010110011101100000101011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ADAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ADAC; }

 p { color: rgb(161,173,172); }

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

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

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

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

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

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

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