Html Css Color HEX #AAA5A3 Martini

📋 copy color: '#AAA5A3'

red 170 ◦ green 165 ◦ blue 163

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

Shades of Martini #AAA5A3

Tints of Martini #AAA5A3

RGB

 RED value IS 170 (66.8% from 255) = 34.14%

 GREEN value IS 165 (64.84% from 255) = 33.13%

 BLUE value IS 163 (64.06% from 255) = 32.73%

R = 34.14%
G = 33.13%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AAA5A3 (or 0xAAA5A3) is known color: Martini. HEX triplet: AA, A5 and A3. RGB value is (170,165,163). Sum of RGB (Red+Green+Blue) = 170+165+163=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 165 (64.84% from 255 or 33.13% from 498); Blue value is 163 (64.06% from 255 or 32.73% from 498); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA5A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA5A3 is #555A5C. Grayscale: #A6A6A6. Windows color (decimal): -5593693 or 10724778. OLE color: 10724778.

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

Color convert

RGB 170 165 163 -
CMYK 0 0.03 0.04 0.33
HSL 17.14º 0.04% 0.65% -
HSV(B) 17.14º 0.04% 0.67% -
XYZ 36.64 38.1 40.07 -
YUV 166.27 126.16 130.66 -
System Red Green Blue C M Y K H S L
Decimal 170 165 163 0 0.03 0.04 0.33 17.14 0.04 0.65
Hex AA A5 A3 0 3 4 21 11 4 41
Octal 252 245 243 0 3 4 41 21 4 101
Binary 10101010 10100101 10100011 0 11 100 100001 10001 100 1000001

Color Harmonies of #AAA5A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA5A3

Black with #AAA5A3

Text Example


Text Example

White with #AAA5A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA5A3; }

 p { color: rgb(170,165,163); }

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

background-color css

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

 a { background-color: rgb(170,165,163); }

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

border-color css

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

 span { border-color: rgb(170,165,163); }

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