Html Css Color HEX #A0B1A6 Tower Grey

📋 copy color: '#A0B1A6'

red 160 ◦ green 177 ◦ blue 166

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

Shades of Tower Grey #A0B1A6

Tints of Tower Grey #A0B1A6

RGB

 RED value IS 160 (62.89% from 255) = 31.81%

 GREEN value IS 177 (69.53% from 255) = 35.19%

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

R = 31.81%
G = 35.19%
B = 33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#A0B1A6 (or 0xA0B1A6) is known color: Tower Grey. HEX triplet: A0, B1 and A6. RGB value is (160,177,166). Sum of RGB (Red+Green+Blue) = 160+177+166=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 177 (69.53% from 255 or 35.19% from 503); Blue value is 166 (65.23% from 255 or 33.00% from 503); Max value from RGB is 177 - color contains mainly: green. Hex color #A0B1A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0B1A6 is #5F4E59. Grayscale: #AAAAAA. Windows color (decimal): -6245978 or 10924448. OLE color: 10924448.

HSL color Cylindrical-coordinate representation of color #A0B1A6: hue angle of 141.18º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A0B1A6 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 177 166 -
CMYK 0.10 0 0.06 0.31
HSL 141.18º 0.1% 0.66% -
HSV(B) 141.18º 0.1% 0.69% -
XYZ 37.1 41.67 42.16 -
YUV 170.66 125.37 120.39 -
System Red Green Blue C M Y K H S L
Decimal 160 177 166 0.10 0 0.06 0.31 141.18 0.1 0.66
Hex A0 B1 A6 A 0 6 1F 8D A 42
Octal 240 261 246 12 0 6 37 215 12 102
Binary 10100000 10110001 10100110 1010 0 110 11111 10001101 1010 1000010

Color Harmonies of #A0B1A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B1A6

Black with #A0B1A6

Text Example


Text Example

White with #A0B1A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B1A6; }

 p { color: rgb(160,177,166); }

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

background-color css

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

 a { background-color: rgb(160,177,166); }

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

border-color css

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

 span { border-color: rgb(160,177,166); }

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