#A29BAF

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

Shades of Spun Pearl #A29BAF

Tints of Spun Pearl #A29BAF

Color information

#A29BAF (or 0xA29BAF) is unknown color: approx Spun Pearl. HEX triplet: A2, 9B and AF. RGB value is (162,155,175). Sum of RGB (Red+Green+Blue) = 162+155+175=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 175 - color contains mainly: blue. Hex color #A29BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29BAF is #5D6450. Grayscale: #9F9F9F. Windows color (decimal): -6120529 or 11508642. OLE color: 11508642.

HSL color Cylindrical-coordinate representation of color #A29BAF: hue angle of 261º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A29BAF is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB162155175-
CMYK0.070.1100.31
HSL261º11.11%64.71%-
HSV(B)261º11.43%68.63%-
XYZ34.3634.2245.35-
YUV159.37136.82129.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.93%
GREEN value IS 155 (60.94% from 255) = 31.50%
BLUE value IS 175 (68.75% from 255) = 35.57%
R=32.93%
G=31.50%
B=35.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621551750.070.1100.3126111.1164.71
HexA29BAF7B01F105b41
Octal24223325771303740513101
Binary101000101001101110101111111101101111110000010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29BAF; }

 p { color: rgb(162,155,175); }

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

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

 a { background-color: rgb(162,155,175); }

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

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

 span { border-color: rgb(162,155,175); }

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