Html Css Color HEX #A09DA1 Amethyst Smoke

📋 copy color: '#A09DA1'

red 160 ◦ green 157 ◦ blue 161

#A09DA1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst Smoke #A09DA1

Tints of Amethyst Smoke #A09DA1

RGB

 RED value IS 160 (62.89% from 255) = 33.47%

 GREEN value IS 157 (61.72% from 255) = 32.85%

 BLUE value IS 161 (63.28% from 255) = 33.68%

R = 33.47%
G = 32.85%
B = 33.68%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#A09DA1 (or 0xA09DA1) is known color: Amethyst Smoke. HEX triplet: A0, 9D and A1. RGB value is (160,157,161). Sum of RGB (Red+Green+Blue) = 160+157+161=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 157 (61.72% from 255 or 32.85% from 478); Blue value is 161 (63.28% from 255 or 33.68% from 478); Max value from RGB is 161 - color contains mainly: blue. Hex color #A09DA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09DA1 is #5F625E. Grayscale: #9E9E9E. Windows color (decimal): -6251103 or 10591648. OLE color: 10591648.

HSL color Cylindrical-coordinate representation of color #A09DA1: hue angle of 285º degrees, saturation: 0.02, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #A09DA1 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 157 161 -
CMYK 0.01 0.02 0 0.37
HSL 285º 0.02% 0.62% -
HSV(B) 285º 0.02% 0.63% -
XYZ 32.99 34.16 38.57 -
YUV 158.35 129.49 129.17 -
System Red Green Blue C M Y K H S L
Decimal 160 157 161 0.01 0.02 0 0.37 285 0.02 0.62
Hex A0 9D A1 1 2 0 25 11D 2 3E
Octal 240 235 241 1 2 0 45 435 2 76
Binary 10100000 10011101 10100001 1 10 0 100101 100011101 10 111110

Color Harmonies of #A09DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09DA1

Black with #A09DA1

Text Example


Text Example

White with #A09DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09DA1; }

 p { color: rgb(160,157,161); }

 H1.HeaderClassName
 {
   color: #A09DA1;
 }
 .AnyTagClassName
 {
   color: #A09DA1;
 }
</style>

background-color css

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

 a { background-color: rgb(160,157,161); }

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

border-color css

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

 span { border-color: rgb(160,157,161); }

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