Html Css Color HEX #A099A3 Amethyst Smoke

📋 copy color: '#A099A3'

red 160 ◦ green 153 ◦ blue 163

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

Shades of Amethyst Smoke #A099A3

Tints of Amethyst Smoke #A099A3

RGB

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

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

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

R = 33.61%
G = 32.14%
B = 34.24%

CMYK

 C value IS 0.02

 M value IS 0.06

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A099A3 (or 0xA099A3) is known color: Amethyst Smoke. HEX triplet: A0, 99 and A3. RGB value is (160,153,163). Sum of RGB (Red+Green+Blue) = 160+153+163=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 153 (60.16% from 255 or 32.14% from 476); Blue value is 163 (64.06% from 255 or 34.24% from 476); Max value from RGB is 163 - color contains mainly: blue. Hex color #A099A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A099A3 is #5F665C. Grayscale: #9C9C9C. Windows color (decimal): -6252125 or 10721696. OLE color: 10721696.

HSL color Cylindrical-coordinate representation of color #A099A3: hue angle of 282º 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 #A099A3 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 160 153 163 -
CMYK 0.02 0.06 0 0.36
HSL 282º 0.05% 0.62% -
HSV(B) 282º 0.06% 0.64% -
XYZ 32.5 32.9 39.29 -
YUV 156.23 131.82 130.69 -
System Red Green Blue C M Y K H S L
Decimal 160 153 163 0.02 0.06 0 0.36 282 0.05 0.62
Hex A0 99 A3 2 6 0 24 11A 5 3E
Octal 240 231 243 2 6 0 44 432 5 76
Binary 10100000 10011001 10100011 10 110 0 100100 100011010 101 111110

Color Harmonies of #A099A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A099A3

Black with #A099A3

Text Example


Text Example

White with #A099A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A099A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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