#A5A2A4

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

Shades of Shady Lady #A5A2A4

Tints of Shady Lady #A5A2A4

Color information

#A5A2A4 (or 0xA5A2A4) is unknown color: approx Shady Lady. HEX triplet: A5, A2 and A4. RGB value is (165,162,164). Sum of RGB (Red+Green+Blue) = 165+162+164=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 162 (63.67% from 255 or 32.99% from 491); Blue value is 164 (64.45% from 255 or 33.40% from 491); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A2A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A2A4 is #5A5D5B. Grayscale: #A3A3A3. Windows color (decimal): -5922140 or 10789541. OLE color: 10789541.

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

Color convert

RGB165162164-
CMYK00.020.010.35
HSL320º1.64%64.12%-
HSV(B)320º1.82%64.71%-
XYZ35.1436.5240.32-
YUV163.12128.49129.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.60%
GREEN value IS 162 (63.67% from 255) = 32.99%
BLUE value IS 164 (64.45% from 255) = 33.40%
R=33.60%
G=32.99%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16516216400.020.010.353201.6464.12
HexA5A2A402123140240
Octal245242244021435002100
Binary1010010110100010101001000101100011101000000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A2A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A2A4; }

 p { color: rgb(165,162,164); }

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

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

 a { background-color: rgb(165,162,164); }

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

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

 span { border-color: rgb(165,162,164); }

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