Html Css Color HEX #A5A19F Martini

📋 copy color: '#A5A19F'

red 165 ◦ green 161 ◦ blue 159

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

Shades of Martini #A5A19F

Tints of Martini #A5A19F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.2%

 BLUE value IS 159 (62.5% from 255) = 32.78%

R = 34.02%
G = 33.2%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A5A19F (or 0xA5A19F) is known color: Martini. HEX triplet: A5, A1 and 9F. RGB value is (165,161,159). Sum of RGB (Red+Green+Blue) = 165+161+159=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 159 (62.5% from 255 or 32.78% from 485); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A19F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A19F is #5A5E60. Grayscale: #A1A1A1. Windows color (decimal): -5922401 or 10461605. OLE color: 10461605.

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

Color convert

RGB 165 161 159 -
CMYK 0 0.02 0.04 0.35
HSL 20º 0.03% 0.64% -
HSV(B) 20º 0.04% 0.65% -
XYZ 34.52 35.99 37.93 -
YUV 161.97 126.33 130.16 -
System Red Green Blue C M Y K H S L
Decimal 165 161 159 0 0.02 0.04 0.35 20 0.03 0.64
Hex A5 A1 9F 0 2 4 23 14 3 40
Octal 245 241 237 0 2 4 43 24 3 100
Binary 10100101 10100001 10011111 0 10 100 100011 10100 11 1000000

Color Harmonies of #A5A19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A19F

Black with #A5A19F

Text Example


Text Example

White with #A5A19F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A19F; }

 p { color: rgb(165,161,159); }

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

background-color css

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

 a { background-color: rgb(165,161,159); }

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

border-color css

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

 span { border-color: rgb(165,161,159); }

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