Html Css Color HEX #A1AEA7 Tower Grey

📋 copy color: '#A1AEA7'

red 161 ◦ green 174 ◦ blue 167

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

Shades of Tower Grey #A1AEA7

Tints of Tower Grey #A1AEA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 33.27%

R = 32.07%
G = 34.66%
B = 33.27%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.04

 K value IS 0.32

RGB Variations

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

Color information

#A1AEA7 (or 0xA1AEA7) is known color: Tower Grey. HEX triplet: A1, AE and A7. RGB value is (161,174,167). Sum of RGB (Red+Green+Blue) = 161+174+167=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 167 (65.62% from 255 or 33.27% from 502); Max value from RGB is 174 - color contains mainly: green. Hex color #A1AEA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AEA7 is #5E5158. Grayscale: #A9A9A9. Windows color (decimal): -6181209 or 10989217. OLE color: 10989217.

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

Color convert

RGB 161 174 167 -
CMYK 0.07 0 0.04 0.32
HSL 147.69º 0.07% 0.66% -
HSV(B) 147.69º 0.07% 0.68% -
XYZ 36.81 40.64 42.46 -
YUV 169.32 126.69 122.07 -
System Red Green Blue C M Y K H S L
Decimal 161 174 167 0.07 0 0.04 0.32 147.69 0.07 0.66
Hex A1 AE A7 7 0 4 20 94 7 42
Octal 241 256 247 7 0 4 40 224 7 102
Binary 10100001 10101110 10100111 111 0 100 100000 10010100 111 1000010

Color Harmonies of #A1AEA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AEA7

Black with #A1AEA7

Text Example


Text Example

White with #A1AEA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AEA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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