#A6A29F

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

Shades of Cloudy #A6A29F

Tints of Cloudy #A6A29F

Color information

#A6A29F (or 0xA6A29F) is unknown color: approx Cloudy. HEX triplet: A6, A2 and 9F. RGB value is (166,162,159). Sum of RGB (Red+Green+Blue) = 166+162+159=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 162 (63.67% from 255 or 33.26% from 487); Blue value is 159 (62.5% from 255 or 32.65% from 487); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A29F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A29F is #595D60. Grayscale: #A2A2A2. Windows color (decimal): -5856609 or 10461862. OLE color: 10461862.

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

Color convert

RGB166162159-
CMYK00.020.040.35
HSL25.71º3.78%63.73%-
HSV(B)25.71º4.22%65.1%-
XYZ34.936.4538-
YUV162.85125.83130.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.09%
GREEN value IS 162 (63.67% from 255) = 33.26%
BLUE value IS 159 (62.5% from 255) = 32.65%
R=34.09%
G=33.26%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616215900.020.040.3525.713.7863.73
HexA6A29F024231a440
Octal24624223702443324100
Binary101001101010001010011111010100100011110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A29F; }

 p { color: rgb(166,162,159); }

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

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

 a { background-color: rgb(166,162,159); }

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

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

 span { border-color: rgb(166,162,159); }

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