#A29BA7

Color #A29BA7 Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #A29BA7

Tints of Amethyst Smoke #A29BA7

Color information

#A29BA7 (or 0xA29BA7) is unknown color: approx Amethyst Smoke. HEX triplet: A2, 9B and A7. RGB value is (162,155,167). Sum of RGB (Red+Green+Blue) = 162+155+167=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 167 (65.62% from 255 or 34.50% from 484); Max value from RGB is 167 - color contains mainly: blue. Hex color #A29BA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29BA7 is #5D6458. Grayscale: #9E9E9E. Windows color (decimal): -6120537 or 10984354. OLE color: 10984354.

HSL color Cylindrical-coordinate representation of color #A29BA7: hue angle of 275º degrees, saturation: 0.06, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A29BA7 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB162155167-
CMYK0.030.0700.35
HSL275º6.38%63.14%-
HSV(B)275º7.19%65.49%-
XYZ33.633.9141.33-
YUV158.46132.82130.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.47%
GREEN value IS 155 (60.94% from 255) = 32.02%
BLUE value IS 167 (65.62% from 255) = 34.50%
R=33.47%
G=32.02%
B=34.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1621551670.030.0700.352756.3863.14
HexA29BA73702311363f
Octal24223324737043423677
Binary101000101001101110100111111110100011100010011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29BA7; }

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

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

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

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

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

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

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

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