Html Css Color HEX #A49889 Malta

📋 copy color: '#A49889'

red 164 ◦ green 152 ◦ blue 137

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

Shades of Malta #A49889

Tints of Malta #A49889

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.55%

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

R = 36.2%
G = 33.55%
B = 30.24%

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

#A49889 (or 0xA49889) is known color: Malta. HEX triplet: A4, 98 and 89. RGB value is (164,152,137). Sum of RGB (Red+Green+Blue) = 164+152+137=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 152 (59.77% from 255 or 33.55% from 453); Blue value is 137 (53.91% from 255 or 30.24% from 453); Max value from RGB is 164 - color contains mainly: red. Hex color #A49889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49889 is #5B6776. Grayscale: #999999. Windows color (decimal): -5990263 or 9017508. OLE color: 9017508.

HSL color Cylindrical-coordinate representation of color #A49889: hue angle of 33.33º 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 #A49889 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 152 137 -
CMYK 0 0.07 0.16 0.36
HSL 33.33º 0.13% 0.59% -
HSV(B) 33.33º 0.16% 0.64% -
XYZ 31.05 32.16 28.24 -
YUV 153.88 118.48 135.22 -
System Red Green Blue C M Y K H S L
Decimal 164 152 137 0 0.07 0.16 0.36 33.33 0.13 0.59
Hex A4 98 89 0 7 10 24 21 D 3B
Octal 244 230 211 0 7 20 44 41 15 73
Binary 10100100 10011000 10001001 0 111 10000 100100 100001 1101 111011

Color Harmonies of #A49889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49889

Black with #A49889

Text Example


Text Example

White with #A49889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49889; }

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

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

background-color css

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

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

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

border-color css

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

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

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