Html Css Color HEX #A196A3 Amethyst Smoke

📋 copy color: '#A196A3'

red 161 ◦ green 150 ◦ blue 163

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

Shades of Amethyst Smoke #A196A3

Tints of Amethyst Smoke #A196A3

RGB

 RED value IS 161 (63.28% from 255) = 33.97%

 GREEN value IS 150 (58.98% from 255) = 31.65%

 BLUE value IS 163 (64.06% from 255) = 34.39%

R = 33.97%
G = 31.65%
B = 34.39%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A196A3 (or 0xA196A3) is known color: Amethyst Smoke. HEX triplet: A1, 96 and A3. RGB value is (161,150,163). Sum of RGB (Red+Green+Blue) = 161+150+163=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 163 (64.06% from 255 or 34.39% from 474); Max value from RGB is 163 - color contains mainly: blue. Hex color #A196A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A196A3 is #5E695C. Grayscale: #9A9A9A. Windows color (decimal): -6187357 or 10720929. OLE color: 10720929.

HSL color Cylindrical-coordinate representation of color #A196A3: hue angle of 290.77º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A196A3 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 161 150 163 -
CMYK 0.01 0.08 0 0.36
HSL 290.77º 0.07% 0.61% -
HSV(B) 290.77º 0.08% 0.64% -
XYZ 32.22 32.03 39.14 -
YUV 154.77 132.64 132.44 -
System Red Green Blue C M Y K H S L
Decimal 161 150 163 0.01 0.08 0 0.36 290.77 0.07 0.61
Hex A1 96 A3 1 8 0 24 123 7 3D
Octal 241 226 243 1 10 0 44 443 7 75
Binary 10100001 10010110 10100011 1 1000 0 100100 100100011 111 111101

Color Harmonies of #A196A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A196A3

Black with #A196A3

Text Example


Text Example

White with #A196A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A196A3; }

 p { color: rgb(161,150,163); }

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

background-color css

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

 a { background-color: rgb(161,150,163); }

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

border-color css

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

 span { border-color: rgb(161,150,163); }

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