#A29CAC

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

Shades of Spun Pearl #A29CAC

Tints of Spun Pearl #A29CAC

Color information

#A29CAC (or 0xA29CAC) is unknown color: approx Spun Pearl. HEX triplet: A2, 9C and AC. RGB value is (162,156,172). Sum of RGB (Red+Green+Blue) = 162+156+172=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 172 - color contains mainly: blue. Hex color #A29CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29CAC is #5D6353. Grayscale: #9F9F9F. Windows color (decimal): -6120276 or 11312290. OLE color: 11312290.

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

Color convert

RGB162156172-
CMYK0.060.0900.33
HSL262.5º8.79%64.31%-
HSV(B)262.5º9.3%67.45%-
XYZ34.2434.4443.87-
YUV159.62134.99129.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.06%
GREEN value IS 156 (61.33% from 255) = 31.84%
BLUE value IS 172 (67.58% from 255) = 35.10%
R=33.06%
G=31.84%
B=35.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621561720.060.0900.33262.58.7964.31
HexA29CAC69021106940
Octal24223425461104140611100
Binary1010001010011100101011001101001010000110000011010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29CAC; }

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

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

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

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

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

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

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

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