Html Css Color HEX #A0A5A3 Tower Grey

📋 copy color: '#A0A5A3'

red 160 ◦ green 165 ◦ blue 163

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

Shades of Tower Grey #A0A5A3

Tints of Tower Grey #A0A5A3

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.81%

 BLUE value IS 163 (64.06% from 255) = 33.4%

R = 32.79%
G = 33.81%
B = 33.4%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A0A5A3 (or 0xA0A5A3) is known color: Tower Grey. HEX triplet: A0, A5 and A3. RGB value is (160,165,163). Sum of RGB (Red+Green+Blue) = 160+165+163=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 165 (64.84% from 255 or 33.81% from 488); Blue value is 163 (64.06% from 255 or 33.40% from 488); Max value from RGB is 165 - color contains mainly: green. Hex color #A0A5A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A5A3 is #5F5A5C. Grayscale: #A3A3A3. Windows color (decimal): -6249053 or 10724768. OLE color: 10724768.

HSL color Cylindrical-coordinate representation of color #A0A5A3: hue angle of 156º degrees, saturation: 0.03, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #A0A5A3 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB 160 165 163 -
CMYK 0.03 0 0.01 0.35
HSL 156º 0.03% 0.64% -
HSV(B) 156º 0.03% 0.65% -
XYZ 34.56 37.03 39.98 -
YUV 163.28 127.84 125.66 -
System Red Green Blue C M Y K H S L
Decimal 160 165 163 0.03 0 0.01 0.35 156 0.03 0.64
Hex A0 A5 A3 3 0 1 23 9C 3 40
Octal 240 245 243 3 0 1 43 234 3 100
Binary 10100000 10100101 10100011 11 0 1 100011 10011100 11 1000000

Color Harmonies of #A0A5A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A5A3

Black with #A0A5A3

Text Example


Text Example

White with #A0A5A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A5A3; }

 p { color: rgb(160,165,163); }

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

background-color css

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

 a { background-color: rgb(160,165,163); }

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

border-color css

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

 span { border-color: rgb(160,165,163); }

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