#A5A3A1

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

Shades of Cloudy #A5A3A1

Tints of Cloudy #A5A3A1

Color information

#A5A3A1 (or 0xA5A3A1) is unknown color: approx Cloudy. HEX triplet: A5, A3 and A1. RGB value is (165,163,161). Sum of RGB (Red+Green+Blue) = 165+163+161=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 163 (64.06% from 255 or 33.33% from 489); Blue value is 161 (63.28% from 255 or 32.92% from 489); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A3A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A3A1 is #5A5C5E. Grayscale: #A3A3A3. Windows color (decimal): -5921887 or 10593189. OLE color: 10593189.

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

Color convert

RGB165163161-
CMYK00.010.020.35
HSL30º2.17%63.92%-
HSV(B)30º2.42%64.71%-
XYZ35.0536.7738.97-
YUV163.37126.66129.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.74%
GREEN value IS 163 (64.06% from 255) = 33.33%
BLUE value IS 161 (63.28% from 255) = 32.92%
R=33.74%
G=33.33%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16516316100.010.020.35302.1763.92
HexA5A3A1012231e240
Octal24524324101243362100
Binary101001011010001110100001011010001111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A3A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A3A1; }

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

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

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

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

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

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

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

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