Html Css Color HEX #AA9E8E Malta

📋 copy color: '#AA9E8E'

red 170 ◦ green 158 ◦ blue 142

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

Shades of Malta #AA9E8E

Tints of Malta #AA9E8E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.62%

 BLUE value IS 142 (55.86% from 255) = 30.21%

R = 36.17%
G = 33.62%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA9E8E (or 0xAA9E8E) is known color: Malta. HEX triplet: AA, 9E and 8E. RGB value is (170,158,142). Sum of RGB (Red+Green+Blue) = 170+158+142=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 158 (62.11% from 255 or 33.62% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9E8E is #556171. Grayscale: #9F9F9F. Windows color (decimal): -5595506 or 9346730. OLE color: 9346730.

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

Color convert

RGB 170 158 142 -
CMYK 0 0.07 0.16 0.33
HSL 34.29º 0.14% 0.61% -
HSV(B) 34.29º 0.16% 0.67% -
XYZ 33.69 34.95 30.56 -
YUV 159.76 117.98 135.3 -
System Red Green Blue C M Y K H S L
Decimal 170 158 142 0 0.07 0.16 0.33 34.29 0.14 0.61
Hex AA 9E 8E 0 7 10 21 22 E 3D
Octal 252 236 216 0 7 20 41 42 16 75
Binary 10101010 10011110 10001110 0 111 10000 100001 100010 1110 111101

Color Harmonies of #AA9E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9E8E

Black with #AA9E8E

Text Example


Text Example

White with #AA9E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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