#A29DAB

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

Shades of Spun Pearl #A29DAB

Tints of Spun Pearl #A29DAB

Color information

#A29DAB (or 0xA29DAB) is unknown color: approx Spun Pearl. HEX triplet: A2, 9D and AB. RGB value is (162,157,171). Sum of RGB (Red+Green+Blue) = 162+157+171=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 171 - color contains mainly: blue. Hex color #A29DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29DAB is #5D6254. Grayscale: #A0A0A0. Windows color (decimal): -6120021 or 11247010. OLE color: 11247010.

HSL color Cylindrical-coordinate representation of color #A29DAB: hue angle of 261.43º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A29DAB is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB162157171-
CMYK0.050.0800.33
HSL261.43º7.69%64.31%-
HSV(B)261.43º8.19%67.06%-
XYZ34.3134.7443.42-
YUV160.09134.16129.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.06%
GREEN value IS 157 (61.72% from 255) = 32.04%
BLUE value IS 171 (67.19% from 255) = 34.90%
R=33.06%
G=32.04%
B=34.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621571710.050.0800.33261.437.6964.31
HexA29DAB58021105840
Octal24223525351004140510100
Binary1010001010011101101010111011000010000110000010110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29DAB; }

 p { color: rgb(162,157,171); }

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

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

 a { background-color: rgb(162,157,171); }

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

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

 span { border-color: rgb(162,157,171); }

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