#A29EAA

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

Shades of Spun Pearl #A29EAA

Tints of Spun Pearl #A29EAA

Color information

#A29EAA (or 0xA29EAA) is unknown color: approx Spun Pearl. HEX triplet: A2, 9E and AA. RGB value is (162,158,170). Sum of RGB (Red+Green+Blue) = 162+158+170=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 158 (62.11% from 255 or 32.24% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 170 - color contains mainly: blue. Hex color #A29EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29EAA is #5D6155. Grayscale: #A0A0A0. Windows color (decimal): -6119766 or 11181730. OLE color: 11181730.

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

Color convert

RGB162158170-
CMYK0.050.0700.33
HSL260º6.59%64.31%-
HSV(B)260º7.06%66.67%-
XYZ34.3835.0442.98-
YUV160.56133.33129.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.06%
GREEN value IS 158 (62.11% from 255) = 32.24%
BLUE value IS 170 (66.80% from 255) = 34.69%
R=33.06%
G=32.24%
B=34.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621581700.050.0700.332606.5964.31
HexA29EAA57021104740
Octal242236252570414047100
Binary10100010100111101010101010111101000011000001001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29EAA; }

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

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

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

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

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

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

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

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