#A29CAE

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

Shades of Spun Pearl #A29CAE

Tints of Spun Pearl #A29CAE

Color information

#A29CAE (or 0xA29CAE) is unknown color: approx Spun Pearl. HEX triplet: A2, 9C and AE. RGB value is (162,156,174). Sum of RGB (Red+Green+Blue) = 162+156+174=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 156 (61.33% from 255 or 31.71% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 174 - color contains mainly: blue. Hex color #A29CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29CAE is #5D6351. Grayscale: #9F9F9F. Windows color (decimal): -6120274 or 11443362. OLE color: 11443362.

HSL color Cylindrical-coordinate representation of color #A29CAE: hue angle of 260º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A29CAE is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB162156174-
CMYK0.070.1000.32
HSL260º10%64.71%-
HSV(B)260º10.34%68.24%-
XYZ34.4334.5144.89-
YUV159.85135.99129.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.93%
GREEN value IS 156 (61.33% from 255) = 31.71%
BLUE value IS 174 (68.36% from 255) = 35.37%
R=32.93%
G=31.71%
B=35.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621561740.070.1000.322601064.71
HexA29CAE7A020104a41
Octal24223425671204040412101
Binary1010001010011100101011101111010010000010000010010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29CAE; }

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

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

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

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

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

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

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

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