Html Css Color HEX #A49481 Malta

📋 copy color: '#A49481'

red 164 ◦ green 148 ◦ blue 129

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

Shades of Malta #A49481

Tints of Malta #A49481

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.56%

 BLUE value IS 129 (50.78% from 255) = 29.25%

R = 37.19%
G = 33.56%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A49481 (or 0xA49481) is known color: Malta. HEX triplet: A4, 94 and 81. RGB value is (164,148,129). Sum of RGB (Red+Green+Blue) = 164+148+129=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 148 (58.20% from 255 or 33.56% from 441); Blue value is 129 (50.78% from 255 or 29.25% from 441); Max value from RGB is 164 - color contains mainly: red. Hex color #A49481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49481 is #5B6B7E. Grayscale: #969696. Windows color (decimal): -5991295 or 8492196. OLE color: 8492196.

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

Color convert

RGB 164 148 129 -
CMYK 0 0.10 0.21 0.36
HSL 32.57º 0.16% 0.57% -
HSV(B) 32.57º 0.21% 0.64% -
XYZ 29.86 30.66 25.11 -
YUV 150.62 115.8 137.54 -
System Red Green Blue C M Y K H S L
Decimal 164 148 129 0 0.10 0.21 0.36 32.57 0.16 0.57
Hex A4 94 81 0 A 15 24 21 10 39
Octal 244 224 201 0 12 25 44 41 20 71
Binary 10100100 10010100 10000001 0 1010 10101 100100 100001 10000 111001

Color Harmonies of #A49481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49481

Black with #A49481

Text Example


Text Example

White with #A49481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49481; }

 p { color: rgb(164,148,129); }

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

background-color css

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

 a { background-color: rgb(164,148,129); }

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

border-color css

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

 span { border-color: rgb(164,148,129); }

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