#A6A39F

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

Shades of Cloudy #A6A39F

Tints of Cloudy #A6A39F

Color information

#A6A39F (or 0xA6A39F) is unknown color: approx Cloudy. HEX triplet: A6, A3 and 9F. RGB value is (166,163,159). Sum of RGB (Red+Green+Blue) = 166+163+159=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 163 (64.06% from 255 or 33.40% from 488); Blue value is 159 (62.5% from 255 or 32.58% from 488); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A39F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A39F is #595C60. Grayscale: #A3A3A3. Windows color (decimal): -5856353 or 10462118. OLE color: 10462118.

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

Color convert

RGB166163159-
CMYK00.020.040.35
HSL34.29º3.78%63.73%-
HSV(B)34.29º4.22%65.1%-
XYZ35.0836.838.06-
YUV163.44125.49129.83-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.02%
GREEN value IS 163 (64.06% from 255) = 33.40%
BLUE value IS 159 (62.5% from 255) = 32.58%
R=34.02%
G=33.40%
B=32.58%

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
Decimal16616315900.020.040.3534.293.7863.73
HexA6A39F0242322440
Octal24624323702443424100
Binary1010011010100011100111110101001000111000101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A39F; }

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

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

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

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

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

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

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

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