Html Css Color HEX #A49682 Malta

📋 copy color: '#A49682'

red 164 ◦ green 150 ◦ blue 130

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

Shades of Malta #A49682

Tints of Malta #A49682

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.78%

 BLUE value IS 130 (51.17% from 255) = 29.28%

R = 36.94%
G = 33.78%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A49682 (or 0xA49682) is known color: Malta. HEX triplet: A4, 96 and 82. RGB value is (164,150,130). Sum of RGB (Red+Green+Blue) = 164+150+130=444 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.94% from 444); Green value is 150 (58.98% from 255 or 33.78% from 444); Blue value is 130 (51.17% from 255 or 29.28% from 444); Max value from RGB is 164 - color contains mainly: red. Hex color #A49682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49682 is #5B697D. Grayscale: #989898. Windows color (decimal): -5990782 or 8558244. OLE color: 8558244.

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

Color convert

RGB 164 150 130 -
CMYK 0 0.09 0.21 0.36
HSL 35.29º 0.16% 0.58% -
HSV(B) 35.29º 0.21% 0.64% -
XYZ 30.25 31.32 25.57 -
YUV 151.91 115.64 136.63 -
System Red Green Blue C M Y K H S L
Decimal 164 150 130 0 0.09 0.21 0.36 35.29 0.16 0.58
Hex A4 96 82 0 9 15 24 23 10 3A
Octal 244 226 202 0 11 25 44 43 20 72
Binary 10100100 10010110 10000010 0 1001 10101 100100 100011 10000 111010

Color Harmonies of #A49682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49682

Black with #A49682

Text Example


Text Example

White with #A49682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49682; }

 p { color: rgb(164,150,130); }

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

background-color css

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

 a { background-color: rgb(164,150,130); }

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

border-color css

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

 span { border-color: rgb(164,150,130); }

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