#A6A4A1

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

Shades of Cloudy #A6A4A1

Tints of Cloudy #A6A4A1

Color information

#A6A4A1 (or 0xA6A4A1) is unknown color: approx Cloudy. HEX triplet: A6, A4 and A1. RGB value is (166,164,161). Sum of RGB (Red+Green+Blue) = 166+164+161=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 164 (64.45% from 255 or 33.40% from 491); Blue value is 161 (63.28% from 255 or 32.79% from 491); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A4A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A4A1 is #595B5E. Grayscale: #A4A4A4. Windows color (decimal): -5856095 or 10593446. OLE color: 10593446.

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

Color convert

RGB166164161-
CMYK00.010.030.35
HSL36º2.73%64.12%-
HSV(B)36º3.01%65.1%-
XYZ35.4337.2339.04-
YUV164.26126.16129.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.81%
GREEN value IS 164 (64.45% from 255) = 33.40%
BLUE value IS 161 (63.28% from 255) = 32.79%
R=33.81%
G=33.40%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616416100.010.030.35362.7364.12
HexA6A4A10132324340
Octal24624424101343443100
Binary1010011010100100101000010111100011100100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A4A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A4A1; }

 p { color: rgb(166,164,161); }

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

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

 a { background-color: rgb(166,164,161); }

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

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

 span { border-color: rgb(166,164,161); }

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