Html Css Color HEX #A5A09E Martini

📋 copy color: '#A5A09E'

red 165 ◦ green 160 ◦ blue 158

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

Shades of Martini #A5A09E

Tints of Martini #A5A09E

RGB

 RED value IS 165 (64.84% from 255) = 34.16%

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

 BLUE value IS 158 (62.11% from 255) = 32.71%

R = 34.16%
G = 33.13%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A5A09E (or 0xA5A09E) is known color: Martini. HEX triplet: A5, A0 and 9E. RGB value is (165,160,158). Sum of RGB (Red+Green+Blue) = 165+160+158=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 158 (62.11% from 255 or 32.71% from 483); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A09E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A09E is #5A5F61. Grayscale: #A1A1A1. Windows color (decimal): -5922658 or 10395813. OLE color: 10395813.

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

Color convert

RGB 165 160 158 -
CMYK 0 0.03 0.04 0.35
HSL 17.14º 0.04% 0.63% -
HSV(B) 17.14º 0.04% 0.65% -
XYZ 34.26 35.61 37.42 -
YUV 161.27 126.16 130.66 -
System Red Green Blue C M Y K H S L
Decimal 165 160 158 0 0.03 0.04 0.35 17.14 0.04 0.63
Hex A5 A0 9E 0 3 4 23 11 4 3F
Octal 245 240 236 0 3 4 43 21 4 77
Binary 10100101 10100000 10011110 0 11 100 100011 10001 100 111111

Color Harmonies of #A5A09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A09E

Black with #A5A09E

Text Example


Text Example

White with #A5A09E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A09E; }

 p { color: rgb(165,160,158); }

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

background-color css

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

 a { background-color: rgb(165,160,158); }

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

border-color css

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

 span { border-color: rgb(165,160,158); }

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