#A19F9D

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

Shades of Cloudy #A19F9D

Tints of Cloudy #A19F9D

Color information

#A19F9D (or 0xA19F9D) is unknown color: approx Cloudy. HEX triplet: A1, 9F and 9D. RGB value is (161,159,157). Sum of RGB (Red+Green+Blue) = 161+159+157=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 157 (61.72% from 255 or 32.91% from 477); Max value from RGB is 161 - color contains mainly: red. Hex color #A19F9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19F9D is #5E6062. Grayscale: #9F9F9F. Windows color (decimal): -6185059 or 10330017. OLE color: 10330017.

HSL color Cylindrical-coordinate representation of color #A19F9D: 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.02%. Process color model (Four color, CMYK) of #A19F9D is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB161159157-
CMYK00.010.020.37
HSL30º2.08%62.35%-
HSV(B)30º2.48%63.14%-
XYZ33.1834.8136.87-
YUV159.37126.66129.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.75%
GREEN value IS 159 (62.5% from 255) = 33.33%
BLUE value IS 157 (61.72% from 255) = 32.91%
R=33.75%
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
Decimal16115915700.010.020.37302.0862.35
HexA19F9D012251e23e
Octal2412372350124536276
Binary10100001100111111001110101101001011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19F9D; }

 p { color: rgb(161,159,157); }

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

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

 a { background-color: rgb(161,159,157); }

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

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

 span { border-color: rgb(161,159,157); }

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