#A09E9C

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

Shades of Cloudy #A09E9C

Tints of Cloudy #A09E9C

Color information

#A09E9C (or 0xA09E9C) is unknown color: approx Cloudy. HEX triplet: A0, 9E and 9C. RGB value is (160,158,156). Sum of RGB (Red+Green+Blue) = 160+158+156=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 156 (61.33% from 255 or 32.91% from 474); Max value from RGB is 160 - color contains mainly: red. Hex color #A09E9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09E9C is #5F6163. Grayscale: #9E9E9E. Windows color (decimal): -6250852 or 10264224. OLE color: 10264224.

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

Color convert

RGB160158156-
CMYK00.010.020.37
HSL30º2.06%61.96%-
HSV(B)30º2.5%62.75%-
XYZ32.7234.3336.35-
YUV158.37126.66129.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.76%
GREEN value IS 158 (62.11% from 255) = 33.33%
BLUE value IS 156 (61.33% from 255) = 32.91%
R=33.76%
G=33.33%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015815600.010.020.37302.0661.96
HexA09E9C012251e23e
Octal2402362340124536276
Binary10100000100111101001110001101001011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09E9C; }

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

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

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

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

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

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

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

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