Html Css Color HEX #A0AFA6 Tower Grey

📋 copy color: '#A0AFA6'

red 160 ◦ green 175 ◦ blue 166

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

Shades of Tower Grey #A0AFA6

Tints of Tower Grey #A0AFA6

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.93%

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

R = 31.94%
G = 34.93%
B = 33.13%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#A0AFA6 (or 0xA0AFA6) is known color: Tower Grey. HEX triplet: A0, AF and A6. RGB value is (160,175,166). Sum of RGB (Red+Green+Blue) = 160+175+166=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 166 (65.23% from 255 or 33.13% from 501); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AFA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AFA6 is #5F5059. Grayscale: #A9A9A9. Windows color (decimal): -6246490 or 10923936. OLE color: 10923936.

HSL color Cylindrical-coordinate representation of color #A0AFA6: hue angle of 144º 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 #A0AFA6 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 175 166 -
CMYK 0.09 0 0.05 0.31
HSL 144º 0.09% 0.66% -
HSV(B) 144º 0.09% 0.69% -
XYZ 36.71 40.89 42.03 -
YUV 169.49 126.03 121.23 -
System Red Green Blue C M Y K H S L
Decimal 160 175 166 0.09 0 0.05 0.31 144 0.09 0.66
Hex A0 AF A6 9 0 5 1F 90 9 42
Octal 240 257 246 11 0 5 37 220 11 102
Binary 10100000 10101111 10100110 1001 0 101 11111 10010000 1001 1000010

Color Harmonies of #A0AFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AFA6

Black with #A0AFA6

Text Example


Text Example

White with #A0AFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AFA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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