Html Css Color HEX #A8A09C Martini

📋 copy color: '#A8A09C'

red 168 ◦ green 160 ◦ blue 156

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

Shades of Martini #A8A09C

Tints of Martini #A8A09C

RGB

 RED value IS 168 (66.02% from 255) = 34.71%

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

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

R = 34.71%
G = 33.06%
B = 32.23%

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

#A8A09C (or 0xA8A09C) is known color: Martini. HEX triplet: A8, A0 and 9C. RGB value is (168,160,156). Sum of RGB (Red+Green+Blue) = 168+160+156=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 160 (62.89% from 255 or 33.06% from 484); Blue value is 156 (61.33% from 255 or 32.23% from 484); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A09C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A09C is #575F63. Grayscale: #A1A1A1. Windows color (decimal): -5726052 or 10264744. OLE color: 10264744.

HSL color Cylindrical-coordinate representation of color #A8A09C: hue angle of 20º degrees, saturation: 0.06, 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 #A8A09C is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 160 156 -
CMYK 0 0.05 0.07 0.34
HSL 20º 0.06% 0.64% -
HSV(B) 20º 0.07% 0.66% -
XYZ 34.72 35.87 36.55 -
YUV 161.94 124.65 132.33 -
System Red Green Blue C M Y K H S L
Decimal 168 160 156 0 0.05 0.07 0.34 20 0.06 0.64
Hex A8 A0 9C 0 5 7 22 14 6 40
Octal 250 240 234 0 5 7 42 24 6 100
Binary 10101000 10100000 10011100 0 101 111 100010 10100 110 1000000

Color Harmonies of #A8A09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A09C

Black with #A8A09C

Text Example


Text Example

White with #A8A09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A09C; }

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

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

background-color css

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

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

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

border-color css

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

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

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