#A29F9C

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

Shades of Cloudy #A29F9C

Tints of Cloudy #A29F9C

Color information

#A29F9C (or 0xA29F9C) is unknown color: approx Cloudy. HEX triplet: A2, 9F and 9C. RGB value is (162,159,156). Sum of RGB (Red+Green+Blue) = 162+159+156=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 156 (61.33% from 255 or 32.70% from 477); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29F9C is #5D6063. Grayscale: #9F9F9F. Windows color (decimal): -6119524 or 10264482. OLE color: 10264482.

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

Color convert

RGB162159156-
CMYK00.020.040.36
HSL30º3.13%62.35%-
HSV(B)30º3.7%63.53%-
XYZ33.334.8836.43-
YUV159.55125.99129.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.96%
GREEN value IS 159 (62.5% from 255) = 33.33%
BLUE value IS 156 (61.33% from 255) = 32.70%
R=33.96%
G=33.33%
B=32.70%

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
Decimal16215915600.020.040.36303.1362.35
HexA29F9C024241e33e
Octal2422372340244436376
Binary1010001010011111100111000101001001001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29F9C; }

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

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

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

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

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

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

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

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