#A4A29F

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

Shades of Cloudy #A4A29F

Tints of Cloudy #A4A29F

Color information

#A4A29F (or 0xA4A29F) is unknown color: approx Cloudy. HEX triplet: A4, A2 and 9F. RGB value is (164,162,159). Sum of RGB (Red+Green+Blue) = 164+162+159=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 159 (62.5% from 255 or 32.78% from 485); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A29F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A29F is #5B5D60. Grayscale: #A2A2A2. Windows color (decimal): -5987681 or 10461860. OLE color: 10461860.

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

Color convert

RGB164162159-
CMYK00.010.030.36
HSL36º2.67%63.33%-
HSV(B)36º3.05%64.31%-
XYZ34.4936.2437.98-
YUV162.26126.16129.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.81%
GREEN value IS 162 (63.67% from 255) = 33.40%
BLUE value IS 159 (62.5% from 255) = 32.78%
R=33.81%
G=33.40%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16416215900.010.030.36362.6763.33
HexA4A29F013242433f
Octal2442422370134444377
Binary101001001010001010011111011110010010010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A29F; }

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

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

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

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

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

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

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

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