Html Css Color HEX #A49F9D Martini

📋 copy color: '#A49F9D'

red 164 ◦ green 159 ◦ blue 157

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

Shades of Martini #A49F9D

Tints of Martini #A49F9D

RGB

 RED value IS 164 (64.45% from 255) = 34.17%

 GREEN value IS 159 (62.5% from 255) = 33.13%

 BLUE value IS 157 (61.72% from 255) = 32.71%

R = 34.17%
G = 33.13%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A49F9D (or 0xA49F9D) is known color: Martini. HEX triplet: A4, 9F and 9D. RGB value is (164,159,157). Sum of RGB (Red+Green+Blue) = 164+159+157=480 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.17% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 157 (61.72% from 255 or 32.71% from 480); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49F9D is #5B6062. Grayscale: #A0A0A0. Windows color (decimal): -5988451 or 10330020. OLE color: 10330020.

HSL color Cylindrical-coordinate representation of color #A49F9D: hue angle of 17.14º degrees, saturation: 0.04, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A49F9D is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 159 157 -
CMYK 0 0.03 0.04 0.36
HSL 17.14º 0.04% 0.63% -
HSV(B) 17.14º 0.04% 0.64% -
XYZ 33.79 35.12 36.9 -
YUV 160.27 126.16 130.66 -
System Red Green Blue C M Y K H S L
Decimal 164 159 157 0 0.03 0.04 0.36 17.14 0.04 0.63
Hex A4 9F 9D 0 3 4 24 11 4 3F
Octal 244 237 235 0 3 4 44 21 4 77
Binary 10100100 10011111 10011101 0 11 100 100100 10001 100 111111

Color Harmonies of #A49F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49F9D

Black with #A49F9D

Text Example


Text Example

White with #A49F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49F9D; }

 p { color: rgb(164,159,157); }

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

background-color css

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

 a { background-color: rgb(164,159,157); }

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

border-color css

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

 span { border-color: rgb(164,159,157); }

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