Html Css Color HEX #A9A6A5 Martini

📋 copy color: '#A9A6A5'

red 169 ◦ green 166 ◦ blue 165

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

Shades of Martini #A9A6A5

Tints of Martini #A9A6A5

RGB

 RED value IS 169 (66.41% from 255) = 33.8%

 GREEN value IS 166 (65.23% from 255) = 33.2%

 BLUE value IS 165 (64.84% from 255) = 33%

R = 33.8%
G = 33.2%
B = 33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.34

RGB Variations

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

Color information

#A9A6A5 (or 0xA9A6A5) is known color: Martini. HEX triplet: A9, A6 and A5. RGB value is (169,166,165). Sum of RGB (Red+Green+Blue) = 169+166+165=500 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.8% from 500); Green value is 166 (65.23% from 255 or 33.2% from 500); Blue value is 165 (64.84% from 255 or 33% from 500); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A6A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A6A5 is #56595A. Grayscale: #A6A6A6. Windows color (decimal): -5658971 or 10856105. OLE color: 10856105.

HSL color Cylindrical-coordinate representation of color #A9A6A5: hue angle of 15º degrees, saturation: 0.02, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #A9A6A5 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 166 165 -
CMYK 0 0.02 0.02 0.34
HSL 15º 0.02% 0.65% -
HSV(B) 15º 0.02% 0.66% -
XYZ 36.79 38.42 41.07 -
YUV 166.78 126.99 129.58 -
System Red Green Blue C M Y K H S L
Decimal 169 166 165 0 0.02 0.02 0.34 15 0.02 0.65
Hex A9 A6 A5 0 2 2 22 F 2 41
Octal 251 246 245 0 2 2 42 17 2 101
Binary 10101001 10100110 10100101 0 10 10 100010 1111 10 1000001

Color Harmonies of #A9A6A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A6A5

Black with #A9A6A5

Text Example


Text Example

White with #A9A6A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A6A5; }

 p { color: rgb(169,166,165); }

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

background-color css

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

 a { background-color: rgb(169,166,165); }

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

border-color css

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

 span { border-color: rgb(169,166,165); }

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