#A3A09E

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

Shades of Cloudy #A3A09E

Tints of Cloudy #A3A09E

Color information

#A3A09E (or 0xA3A09E) is unknown color: approx Cloudy. HEX triplet: A3, A0 and 9E. RGB value is (163,160,158). Sum of RGB (Red+Green+Blue) = 163+160+158=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 158 (62.11% from 255 or 32.85% from 481); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A09E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A09E is #5C5F61. Grayscale: #A0A0A0. Windows color (decimal): -6053730 or 10395811. OLE color: 10395811.

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

Color convert

RGB163160158-
CMYK00.020.030.36
HSL24º2.65%62.94%-
HSV(B)24º3.07%63.92%-
XYZ33.8535.437.4-
YUV160.67126.49129.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.89%
GREEN value IS 160 (62.89% from 255) = 33.26%
BLUE value IS 158 (62.11% from 255) = 32.85%
R=33.89%
G=33.26%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16316015800.020.030.36242.6562.94
HexA3A09E023241833f
Octal2432402360234430377
Binary101000111010000010011110010111001001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A09E; }

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

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

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

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

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

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

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

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