Html Css Color HEX #A49A8D Malta

📋 copy color: '#A49A8D'

red 164 ◦ green 154 ◦ blue 141

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

Shades of Malta #A49A8D

Tints of Malta #A49A8D

RGB

 RED value IS 164 (64.45% from 255) = 35.73%

 GREEN value IS 154 (60.55% from 255) = 33.55%

 BLUE value IS 141 (55.47% from 255) = 30.72%

R = 35.73%
G = 33.55%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A49A8D (or 0xA49A8D) is known color: Malta. HEX triplet: A4, 9A and 8D. RGB value is (164,154,141). Sum of RGB (Red+Green+Blue) = 164+154+141=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49A8D is #5B6572. Grayscale: #9B9B9B. Windows color (decimal): -5989747 or 9280164. OLE color: 9280164.

HSL color Cylindrical-coordinate representation of color #A49A8D: hue angle of 33.91º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A49A8D is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 154 141 -
CMYK 0 0.06 0.14 0.36
HSL 33.91º 0.11% 0.6% -
HSV(B) 33.91º 0.14% 0.64% -
XYZ 31.67 32.93 29.89 -
YUV 155.51 119.81 134.06 -
System Red Green Blue C M Y K H S L
Decimal 164 154 141 0 0.06 0.14 0.36 33.91 0.11 0.6
Hex A4 9A 8D 0 6 E 24 22 B 3C
Octal 244 232 215 0 6 16 44 42 13 74
Binary 10100100 10011010 10001101 0 110 1110 100100 100010 1011 111100

Color Harmonies of #A49A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49A8D

Black with #A49A8D

Text Example


Text Example

White with #A49A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49A8D; }

 p { color: rgb(164,154,141); }

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

background-color css

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

 a { background-color: rgb(164,154,141); }

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

border-color css

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

 span { border-color: rgb(164,154,141); }

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