Html Css Color HEX #AAA29E Martini

📋 copy color: '#AAA29E'

red 170 ◦ green 162 ◦ blue 158

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

Shades of Martini #AAA29E

Tints of Martini #AAA29E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.06%

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

R = 34.69%
G = 33.06%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AAA29E (or 0xAAA29E) is known color: Martini. HEX triplet: AA, A2 and 9E. RGB value is (170,162,158). Sum of RGB (Red+Green+Blue) = 170+162+158=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 162 (63.67% from 255 or 33.06% from 490); Blue value is 158 (62.11% from 255 or 32.24% from 490); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA29E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA29E is #555D61. Grayscale: #A3A3A3. Windows color (decimal): -5594466 or 10396330. OLE color: 10396330.

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

Color convert

RGB 170 162 158 -
CMYK 0 0.05 0.07 0.33
HSL 20º 0.07% 0.64% -
HSV(B) 20º 0.07% 0.67% -
XYZ 35.67 36.86 37.58 -
YUV 163.94 124.65 132.33 -
System Red Green Blue C M Y K H S L
Decimal 170 162 158 0 0.05 0.07 0.33 20 0.07 0.64
Hex AA A2 9E 0 5 7 21 14 7 40
Octal 252 242 236 0 5 7 41 24 7 100
Binary 10101010 10100010 10011110 0 101 111 100001 10100 111 1000000

Color Harmonies of #AAA29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA29E

Black with #AAA29E

Text Example


Text Example

White with #AAA29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA29E; }

 p { color: rgb(170,162,158); }

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

background-color css

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

 a { background-color: rgb(170,162,158); }

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

border-color css

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

 span { border-color: rgb(170,162,158); }

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