Html Css Color HEX #A49989 Malta

📋 copy color: '#A49989'

red 164 ◦ green 153 ◦ blue 137

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

Shades of Malta #A49989

Tints of Malta #A49989

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.7%

 BLUE value IS 137 (53.91% from 255) = 30.18%

R = 36.12%
G = 33.7%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A49989 (or 0xA49989) is known color: Malta. HEX triplet: A4, 99 and 89. RGB value is (164,153,137). Sum of RGB (Red+Green+Blue) = 164+153+137=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 137 (53.91% from 255 or 30.18% from 454); Max value from RGB is 164 - color contains mainly: red. Hex color #A49989 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49989 is #5B6676. Grayscale: #9A9A9A. Windows color (decimal): -5990007 or 9017764. OLE color: 9017764.

HSL color Cylindrical-coordinate representation of color #A49989: hue angle of 35.56º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A49989 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 153 137 -
CMYK 0 0.07 0.16 0.36
HSL 35.56º 0.13% 0.59% -
HSV(B) 35.56º 0.16% 0.64% -
XYZ 31.22 32.48 28.29 -
YUV 154.47 118.14 134.8 -
System Red Green Blue C M Y K H S L
Decimal 164 153 137 0 0.07 0.16 0.36 35.56 0.13 0.59
Hex A4 99 89 0 7 10 24 24 D 3B
Octal 244 231 211 0 7 20 44 44 15 73
Binary 10100100 10011001 10001001 0 111 10000 100100 100100 1101 111011

Color Harmonies of #A49989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49989

Black with #A49989

Text Example


Text Example

White with #A49989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49989; }

 p { color: rgb(164,153,137); }

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

background-color css

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

 a { background-color: rgb(164,153,137); }

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

border-color css

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

 span { border-color: rgb(164,153,137); }

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