Html Css Color HEX #A6A09D Martini

📋 copy color: '#A6A09D'

red 166 ◦ green 160 ◦ blue 157

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

Shades of Martini #A6A09D

Tints of Martini #A6A09D

RGB

 RED value IS 166 (65.23% from 255) = 34.37%

 GREEN value IS 160 (62.89% from 255) = 33.13%

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

R = 34.37%
G = 33.13%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A6A09D (or 0xA6A09D) is known color: Martini. HEX triplet: A6, A0 and 9D. RGB value is (166,160,157). Sum of RGB (Red+Green+Blue) = 166+160+157=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 157 (61.72% from 255 or 32.51% from 483); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A09D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A09D is #595F62. Grayscale: #A1A1A1. Windows color (decimal): -5857123 or 10330278. OLE color: 10330278.

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

Color convert

RGB 166 160 157 -
CMYK 0 0.04 0.05 0.35
HSL 20º 0.05% 0.63% -
HSV(B) 20º 0.05% 0.65% -
XYZ 34.38 35.68 36.97 -
YUV 161.45 125.49 131.24 -
System Red Green Blue C M Y K H S L
Decimal 166 160 157 0 0.04 0.05 0.35 20 0.05 0.63
Hex A6 A0 9D 0 4 5 23 14 5 3F
Octal 246 240 235 0 4 5 43 24 5 77
Binary 10100110 10100000 10011101 0 100 101 100011 10100 101 111111

Color Harmonies of #A6A09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A09D

Black with #A6A09D

Text Example


Text Example

White with #A6A09D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A09D; }

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

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

background-color css

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

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

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

border-color css

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

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

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