Html Css Color HEX #A49786 Malta

📋 copy color: '#A49786'

red 164 ◦ green 151 ◦ blue 134

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

Shades of Malta #A49786

Tints of Malta #A49786

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.63%

 BLUE value IS 134 (52.73% from 255) = 29.84%

R = 36.53%
G = 33.63%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A49786 (or 0xA49786) is known color: Malta. HEX triplet: A4, 97 and 86. RGB value is (164,151,134). Sum of RGB (Red+Green+Blue) = 164+151+134=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 151 (59.38% from 255 or 33.63% from 449); Blue value is 134 (52.73% from 255 or 29.84% from 449); Max value from RGB is 164 - color contains mainly: red. Hex color #A49786 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49786 is #5B6879. Grayscale: #999999. Windows color (decimal): -5990522 or 8820644. OLE color: 8820644.

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

Color convert

RGB 164 151 134 -
CMYK 0 0.08 0.18 0.36
HSL 34º 0.14% 0.58% -
HSV(B) 34º 0.18% 0.64% -
XYZ 30.68 31.75 27.07 -
YUV 152.95 117.31 135.88 -
System Red Green Blue C M Y K H S L
Decimal 164 151 134 0 0.08 0.18 0.36 34 0.14 0.58
Hex A4 97 86 0 8 12 24 22 E 3A
Octal 244 227 206 0 10 22 44 42 16 72
Binary 10100100 10010111 10000110 0 1000 10010 100100 100010 1110 111010

Color Harmonies of #A49786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49786

Black with #A49786

Text Example


Text Example

White with #A49786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49786; }

 p { color: rgb(164,151,134); }

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

background-color css

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

 a { background-color: rgb(164,151,134); }

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

border-color css

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

 span { border-color: rgb(164,151,134); }

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