#A3A09D

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

Shades of Cloudy #A3A09D

Tints of Cloudy #A3A09D

Color information

#A3A09D (or 0xA3A09D) is unknown color: approx Cloudy. HEX triplet: A3, A0 and 9D. RGB value is (163,160,157). Sum of RGB (Red+Green+Blue) = 163+160+157=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 157 (61.72% from 255 or 32.71% from 480); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A09D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A09D is #5C5F62. Grayscale: #A0A0A0. Windows color (decimal): -6053731 or 10330275. OLE color: 10330275.

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

Color convert

RGB163160157-
CMYK00.020.040.36
HSL30º3.16%62.75%-
HSV(B)30º3.68%63.92%-
XYZ33.7635.3636.94-
YUV160.55125.99129.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.96%
GREEN value IS 160 (62.89% from 255) = 33.33%
BLUE value IS 157 (61.72% from 255) = 32.71%
R=33.96%
G=33.33%
B=32.71%

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
Decimal16316015700.020.040.36303.1662.75
HexA3A09D024241e33f
Octal2432402350244436377
Binary1010001110100000100111010101001001001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A09D; }

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

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

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

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

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

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

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

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