Html Css Color HEX #A0B0A6 Tower Grey

📋 copy color: '#A0B0A6'

red 160 ◦ green 176 ◦ blue 166

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

Shades of Tower Grey #A0B0A6

Tints of Tower Grey #A0B0A6

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.06%

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

R = 31.87%
G = 35.06%
B = 33.07%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#A0B0A6 (or 0xA0B0A6) is known color: Tower Grey. HEX triplet: A0, B0 and A6. RGB value is (160,176,166). Sum of RGB (Red+Green+Blue) = 160+176+166=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 166 (65.23% from 255 or 33.07% from 502); Max value from RGB is 176 - color contains mainly: green. Hex color #A0B0A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0B0A6 is #5F4F59. Grayscale: #AAAAAA. Windows color (decimal): -6246234 or 10924192. OLE color: 10924192.

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

Color convert

RGB 160 176 166 -
CMYK 0.09 0 0.06 0.31
HSL 142.5º 0.09% 0.66% -
HSV(B) 142.5º 0.09% 0.69% -
XYZ 36.91 41.28 42.1 -
YUV 170.08 125.7 120.81 -
System Red Green Blue C M Y K H S L
Decimal 160 176 166 0.09 0 0.06 0.31 142.5 0.09 0.66
Hex A0 B0 A6 9 0 6 1F 8E 9 42
Octal 240 260 246 11 0 6 37 216 11 102
Binary 10100000 10110000 10100110 1001 0 110 11111 10001110 1001 1000010

Color Harmonies of #A0B0A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B0A6

Black with #A0B0A6

Text Example


Text Example

White with #A0B0A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B0A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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