Html Css Color HEX #A1ADA9 Tower Grey

📋 copy color: '#A1ADA9'

red 161 ◦ green 173 ◦ blue 169

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

Shades of Tower Grey #A1ADA9

Tints of Tower Grey #A1ADA9

RGB

 RED value IS 161 (63.28% from 255) = 32.01%

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

 BLUE value IS 169 (66.41% from 255) = 33.6%

R = 32.01%
G = 34.39%
B = 33.6%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#A1ADA9 (or 0xA1ADA9) is known color: Tower Grey. HEX triplet: A1, AD and A9. RGB value is (161,173,169). Sum of RGB (Red+Green+Blue) = 161+173+169=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 169 (66.41% from 255 or 33.60% from 503); Max value from RGB is 173 - color contains mainly: green. Hex color #A1ADA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1ADA9 is #5E5256. Grayscale: #A8A8A8. Windows color (decimal): -6181463 or 11120033. OLE color: 11120033.

HSL color Cylindrical-coordinate representation of color #A1ADA9: hue angle of 160º 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 #A1ADA9 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 161 173 169 -
CMYK 0.07 0 0.02 0.32
HSL 160º 0.07% 0.65% -
HSV(B) 160º 0.07% 0.68% -
XYZ 36.8 40.33 43.38 -
YUV 168.96 128.02 122.33 -
System Red Green Blue C M Y K H S L
Decimal 161 173 169 0.07 0 0.02 0.32 160 0.07 0.65
Hex A1 AD A9 7 0 2 20 A0 7 41
Octal 241 255 251 7 0 2 40 240 7 101
Binary 10100001 10101101 10101001 111 0 10 100000 10100000 111 1000001

Color Harmonies of #A1ADA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1ADA9

Black with #A1ADA9

Text Example


Text Example

White with #A1ADA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1ADA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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