#A091A5

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

Shades of Amethyst Smoke #A091A5

Tints of Amethyst Smoke #A091A5

Color information

#A091A5 (or 0xA091A5) is unknown color: approx Amethyst Smoke. HEX triplet: A0, 91 and A5. RGB value is (160,145,165). Sum of RGB (Red+Green+Blue) = 160+145+165=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 165 (64.84% from 255 or 35.11% from 470); Max value from RGB is 165 - color contains mainly: blue. Hex color #A091A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A091A5 is #5F6E5A. Grayscale: #979797. Windows color (decimal): -6254171 or 10850720. OLE color: 10850720.

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

Color convert

RGB160145165-
CMYK0.030.1200.35
HSL285º10%60.78%-
HSV(B)285º12.12%64.71%-
XYZ31.4130.4439.82-
YUV151.76135.47133.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.04%
GREEN value IS 145 (57.03% from 255) = 30.85%
BLUE value IS 165 (64.84% from 255) = 35.11%
R=34.04%
G=30.85%
B=35.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1601451650.030.1200.352851060.78
HexA091A53C02311da3d
Octal2402212453140434351275
Binary10100000100100011010010111110001000111000111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A091A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A091A5; }

 p { color: rgb(160,145,165); }

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

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

 a { background-color: rgb(160,145,165); }

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

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

 span { border-color: rgb(160,145,165); }

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