#A29EAF

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

Shades of Spun Pearl #A29EAF

Tints of Spun Pearl #A29EAF

Color information

#A29EAF (or 0xA29EAF) is unknown color: approx Spun Pearl. HEX triplet: A2, 9E and AF. RGB value is (162,158,175). Sum of RGB (Red+Green+Blue) = 162+158+175=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 175 - color contains mainly: blue. Hex color #A29EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29EAF is #5D6150. Grayscale: #A1A1A1. Windows color (decimal): -6119761 or 11509410. OLE color: 11509410.

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

Color convert

RGB162158175-
CMYK0.070.1000.31
HSL254.12º9.6%65.29%-
HSV(B)254.12º9.71%68.63%-
XYZ34.8735.2345.52-
YUV161.13135.83128.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.73%
GREEN value IS 158 (62.11% from 255) = 31.92%
BLUE value IS 175 (68.75% from 255) = 35.35%
R=32.73%
G=31.92%
B=35.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621581750.070.1000.31254.129.665.29
HexA29EAF7A01Ffea41
Octal24223625771203737612101
Binary10100010100111101010111111110100111111111111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29EAF; }

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

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

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

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

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

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

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

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