#A6A19A

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

Shades of Cloudy #A6A19A

Tints of Cloudy #A6A19A

Color information

#A6A19A (or 0xA6A19A) is unknown color: approx Cloudy. HEX triplet: A6, A1 and 9A. RGB value is (166,161,154). Sum of RGB (Red+Green+Blue) = 166+161+154=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 161 (63.28% from 255 or 33.47% from 481); Blue value is 154 (60.55% from 255 or 32.02% from 481); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A19A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A19A is #595E65. Grayscale: #A1A1A1. Windows color (decimal): -5856870 or 10133926. OLE color: 10133926.

HSL color Cylindrical-coordinate representation of color #A6A19A: hue angle of 35º degrees, saturation: 0.06, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A6A19A is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB166161154-
CMYK00.030.070.35
HSL35º6.32%62.75%-
HSV(B)35º7.23%65.1%-
XYZ34.335.9335.7-
YUV161.7123.66131.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.51%
GREEN value IS 161 (63.28% from 255) = 33.47%
BLUE value IS 154 (60.55% from 255) = 32.02%
R=34.51%
G=33.47%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616115400.030.070.35356.3262.75
HexA6A19A037232363f
Octal2462412320374343677
Binary101001101010000110011010011111100011100011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A19A; }

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

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

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

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

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

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

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

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