#A5A0A1

Color #A5A0A1 Shady Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shady Lady #A5A0A1

Tints of Shady Lady #A5A0A1

Color information

#A5A0A1 (or 0xA5A0A1) is unknown color: approx Shady Lady. HEX triplet: A5, A0 and A1. RGB value is (165,160,161). Sum of RGB (Red+Green+Blue) = 165+160+161=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 161 (63.28% from 255 or 33.13% from 486); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A0A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A0A1 is #5A5F5E. Grayscale: #A1A1A1. Windows color (decimal): -5922655 or 10592421. OLE color: 10592421.

HSL color Cylindrical-coordinate representation of color #A5A0A1: hue angle of 348º 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 #A5A0A1 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB165160161-
CMYK00.030.020.35
HSL348º2.7%63.73%-
HSV(B)348º3.03%64.71%-
XYZ34.5235.7138.79-
YUV161.61127.66130.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.95%
GREEN value IS 160 (62.89% from 255) = 32.92%
BLUE value IS 161 (63.28% from 255) = 33.13%
R=33.95%
G=32.92%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16516016100.030.020.353482.763.73
HexA5A0A10322315c340
Octal245240241032435343100
Binary10100101101000001010000101110100011101011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A0A1; }

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

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

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

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

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

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

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

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