Html Css Color HEX #A9A09C Martini

📋 copy color: '#A9A09C'

red 169 ◦ green 160 ◦ blue 156

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

Shades of Martini #A9A09C

Tints of Martini #A9A09C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.16%

R = 34.85%
G = 32.99%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#A9A09C (or 0xA9A09C) is known color: Martini. HEX triplet: A9, A0 and 9C. RGB value is (169,160,156). Sum of RGB (Red+Green+Blue) = 169+160+156=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A09C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A09C is #565F63. Grayscale: #A2A2A2. Windows color (decimal): -5660516 or 10264745. OLE color: 10264745.

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

Color convert

RGB 169 160 156 -
CMYK 0 0.05 0.08 0.34
HSL 18.46º 0.07% 0.64% -
HSV(B) 18.46º 0.08% 0.66% -
XYZ 34.93 35.98 36.56 -
YUV 162.24 124.48 132.83 -
System Red Green Blue C M Y K H S L
Decimal 169 160 156 0 0.05 0.08 0.34 18.46 0.07 0.64
Hex A9 A0 9C 0 5 8 22 12 7 40
Octal 251 240 234 0 5 10 42 22 7 100
Binary 10101001 10100000 10011100 0 101 1000 100010 10010 111 1000000

Color Harmonies of #A9A09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A09C

Black with #A9A09C

Text Example


Text Example

White with #A9A09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A09C; }

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

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

background-color css

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

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

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

border-color css

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

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

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