Html Css Color HEX #A099A2 Amethyst Smoke

📋 copy color: '#A099A2'

red 160 ◦ green 153 ◦ blue 162

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

Shades of Amethyst Smoke #A099A2

Tints of Amethyst Smoke #A099A2

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.21%

 BLUE value IS 162 (63.67% from 255) = 34.11%

R = 33.68%
G = 32.21%
B = 34.11%

CMYK

 C value IS 0.01

 M value IS 0.06

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A099A2 (or 0xA099A2) is known color: Amethyst Smoke. HEX triplet: A0, 99 and A2. RGB value is (160,153,162). Sum of RGB (Red+Green+Blue) = 160+153+162=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 162 (63.67% from 255 or 34.11% from 475); Max value from RGB is 162 - color contains mainly: blue. Hex color #A099A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A099A2 is #5F665D. Grayscale: #9C9C9C. Windows color (decimal): -6252126 or 10656160. OLE color: 10656160.

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

Color convert

RGB 160 153 162 -
CMYK 0.01 0.06 0 0.36
HSL 286.67º 0.05% 0.62% -
HSV(B) 286.67º 0.06% 0.64% -
XYZ 32.41 32.86 38.82 -
YUV 156.12 131.32 130.77 -
System Red Green Blue C M Y K H S L
Decimal 160 153 162 0.01 0.06 0 0.36 286.67 0.05 0.62
Hex A0 99 A2 1 6 0 24 11F 5 3E
Octal 240 231 242 1 6 0 44 437 5 76
Binary 10100000 10011001 10100010 1 110 0 100100 100011111 101 111110

Color Harmonies of #A099A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A099A2

Black with #A099A2

Text Example


Text Example

White with #A099A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A099A2; }

 p { color: rgb(160,153,162); }

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

background-color css

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

 a { background-color: rgb(160,153,162); }

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

border-color css

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

 span { border-color: rgb(160,153,162); }

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