Html Css Color HEX #AAA3A0 Martini

📋 copy color: '#AAA3A0'

red 170 ◦ green 163 ◦ blue 160

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

Shades of Martini #AAA3A0

Tints of Martini #AAA3A0

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.06%

 BLUE value IS 160 (62.89% from 255) = 32.45%

R = 34.48%
G = 33.06%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AAA3A0 (or 0xAAA3A0) is known color: Martini. HEX triplet: AA, A3 and A0. RGB value is (170,163,160). Sum of RGB (Red+Green+Blue) = 170+163+160=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 163 (64.06% from 255 or 33.06% from 493); Blue value is 160 (62.89% from 255 or 32.45% from 493); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA3A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA3A0 is #555C5F. Grayscale: #A4A4A4. Windows color (decimal): -5594208 or 10527658. OLE color: 10527658.

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

Color convert

RGB 170 163 160 -
CMYK 0 0.04 0.06 0.33
HSL 18º 0.06% 0.65% -
HSV(B) 18º 0.06% 0.67% -
XYZ 36.02 37.28 38.55 -
YUV 164.75 125.32 131.74 -
System Red Green Blue C M Y K H S L
Decimal 170 163 160 0 0.04 0.06 0.33 18 0.06 0.65
Hex AA A3 A0 0 4 6 21 12 6 41
Octal 252 243 240 0 4 6 41 22 6 101
Binary 10101010 10100011 10100000 0 100 110 100001 10010 110 1000001

Color Harmonies of #AAA3A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA3A0

Black with #AAA3A0

Text Example


Text Example

White with #AAA3A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA3A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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