#A5ABA7

Color #A5ABA7 Tower Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tower Grey #A5ABA7

Tints of Tower Grey #A5ABA7

Color information

#A5ABA7 (or 0xA5ABA7) is unknown color: approx Tower Grey. HEX triplet: A5, AB and A7. RGB value is (165,171,167). Sum of RGB (Red+Green+Blue) = 165+171+167=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 167 (65.62% from 255 or 33.20% from 503); Max value from RGB is 171 - color contains mainly: green. Hex color #A5ABA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5ABA7 is #5A5458. Grayscale: #A8A8A8. Windows color (decimal): -5919833 or 10988453. OLE color: 10988453.

HSL color Cylindrical-coordinate representation of color #A5ABA7: hue angle of 140º degrees, saturation: 0.03, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A5ABA7 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB165171167-
CMYK0.0400.020.33
HSL140º3.45%65.88%-
HSV(B)140º3.51%67.06%-
XYZ37.0639.9242.31-
YUV168.75127.01125.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.80%
GREEN value IS 171 (67.19% from 255) = 34.00%
BLUE value IS 167 (65.62% from 255) = 33.20%
R=32.80%
G=34.00%
B=33.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651711670.0400.020.331403.4565.88
HexA5ABA7402218c342
Octal245253247402412143102
Binary10100101101010111010011110001010000110001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ABA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ABA7; }

 p { color: rgb(165,171,167); }

 H1.HeaderClassName
 {
   color: #A5ABA7;
 }
 .AnyTagClassName
 {
   color: #A5ABA7;
 }
</style>
background-color css

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

 a { background-color: rgb(165,171,167); }

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

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

 span { border-color: rgb(165,171,167); }

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