#A29EAB

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

Shades of Spun Pearl #A29EAB

Tints of Spun Pearl #A29EAB

Color information

#A29EAB (or 0xA29EAB) is unknown color: approx Spun Pearl. HEX triplet: A2, 9E and AB. RGB value is (162,158,171). Sum of RGB (Red+Green+Blue) = 162+158+171=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 158 (62.11% from 255 or 32.18% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 171 - color contains mainly: blue. Hex color #A29EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29EAB is #5D6154. Grayscale: #A0A0A0. Windows color (decimal): -6119765 or 11247266. OLE color: 11247266.

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

Color convert

RGB162158171-
CMYK0.050.0800.33
HSL258.46º7.18%64.51%-
HSV(B)258.46º7.6%67.06%-
XYZ34.4835.0843.48-
YUV160.68133.83128.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.99%
GREEN value IS 158 (62.11% from 255) = 32.18%
BLUE value IS 171 (67.19% from 255) = 34.83%
R=32.99%
G=32.18%
B=34.83%

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
Decimal1621581710.050.0800.33258.467.1864.51
HexA29EAB58021102741
Octal2422362535100414027101
Binary101000101001111010101011101100001000011000000101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29EAB; }

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

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

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

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

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

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

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

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