Html Css Color HEX #A1AEA6 Tower Grey

📋 copy color: '#A1AEA6'

red 161 ◦ green 174 ◦ blue 166

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

Shades of Tower Grey #A1AEA6

Tints of Tower Grey #A1AEA6

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.73%

 BLUE value IS 166 (65.23% from 255) = 33.13%

R = 32.14%
G = 34.73%
B = 33.13%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#A1AEA6 (or 0xA1AEA6) is known color: Tower Grey. HEX triplet: A1, AE and A6. RGB value is (161,174,166). Sum of RGB (Red+Green+Blue) = 161+174+166=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 166 (65.23% from 255 or 33.13% from 501); Max value from RGB is 174 - color contains mainly: green. Hex color #A1AEA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AEA6 is #5E5159. Grayscale: #A9A9A9. Windows color (decimal): -6181210 or 10923681. OLE color: 10923681.

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

Color convert

RGB 161 174 166 -
CMYK 0.07 0 0.05 0.32
HSL 143.08º 0.07% 0.66% -
HSV(B) 143.08º 0.07% 0.68% -
XYZ 36.72 40.6 41.98 -
YUV 169.2 126.19 122.15 -
System Red Green Blue C M Y K H S L
Decimal 161 174 166 0.07 0 0.05 0.32 143.08 0.07 0.66
Hex A1 AE A6 7 0 5 20 8F 7 42
Octal 241 256 246 7 0 5 40 217 7 102
Binary 10100001 10101110 10100110 111 0 101 100000 10001111 111 1000010

Color Harmonies of #A1AEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AEA6

Black with #A1AEA6

Text Example


Text Example

White with #A1AEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AEA6; }

 p { color: rgb(161,174,166); }

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

background-color css

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

 a { background-color: rgb(161,174,166); }

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

border-color css

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

 span { border-color: rgb(161,174,166); }

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