Html Css Color HEX #A9A09D Martini

📋 copy color: '#A9A09D'

red 169 ◦ green 160 ◦ blue 157

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

Shades of Martini #A9A09D

Tints of Martini #A9A09D

RGB

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

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

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

R = 34.77%
G = 32.92%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#A9A09D (or 0xA9A09D) is known color: Martini. HEX triplet: A9, A0 and 9D. RGB value is (169,160,157). Sum of RGB (Red+Green+Blue) = 169+160+157=486 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.77% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 157 (61.72% from 255 or 32.30% from 486); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A09D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A09D is #565F62. Grayscale: #A2A2A2. Windows color (decimal): -5660515 or 10330281. OLE color: 10330281.

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

Color convert

RGB 169 160 157 -
CMYK 0 0.05 0.07 0.34
HSL 15º 0.07% 0.64% -
HSV(B) 15º 0.07% 0.66% -
XYZ 35.02 36.01 37 -
YUV 162.35 124.98 132.74 -
System Red Green Blue C M Y K H S L
Decimal 169 160 157 0 0.05 0.07 0.34 15 0.07 0.64
Hex A9 A0 9D 0 5 7 22 F 7 40
Octal 251 240 235 0 5 7 42 17 7 100
Binary 10101001 10100000 10011101 0 101 111 100010 1111 111 1000000

Color Harmonies of #A9A09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A09D

Black with #A9A09D

Text Example


Text Example

White with #A9A09D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A09D; }

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

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

background-color css

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

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

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

border-color css

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

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

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