#A4A09D

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

Shades of Cloudy #A4A09D

Tints of Cloudy #A4A09D

Color information

#A4A09D (or 0xA4A09D) is unknown color: approx Cloudy. HEX triplet: A4, A0 and 9D. RGB value is (164,160,157). Sum of RGB (Red+Green+Blue) = 164+160+157=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 157 (61.72% from 255 or 32.64% from 481); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A09D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A09D is #5B5F62. Grayscale: #A0A0A0. Windows color (decimal): -5988195 or 10330276. OLE color: 10330276.

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

Color convert

RGB164160157-
CMYK00.020.040.36
HSL25.71º3.7%62.94%-
HSV(B)25.71º4.27%64.31%-
XYZ33.9735.4736.95-
YUV160.85125.83130.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.10%
GREEN value IS 160 (62.89% from 255) = 33.26%
BLUE value IS 157 (61.72% from 255) = 32.64%
R=34.10%
G=33.26%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16416015700.020.040.3625.713.762.94
HexA4A09D024241a43f
Octal2442402350244432477
Binary10100100101000001001110101010010010011010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A09D; }

 p { color: rgb(164,160,157); }

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

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

 a { background-color: rgb(164,160,157); }

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

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

 span { border-color: rgb(164,160,157); }

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