Html Css Color HEX #A49381 Malta

📋 copy color: '#A49381'

red 164 ◦ green 147 ◦ blue 129

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

Shades of Malta #A49381

Tints of Malta #A49381

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.41%

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

R = 37.27%
G = 33.41%
B = 29.32%

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

#A49381 (or 0xA49381) is known color: Malta. HEX triplet: A4, 93 and 81. RGB value is (164,147,129). Sum of RGB (Red+Green+Blue) = 164+147+129=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 147 (57.81% from 255 or 33.41% from 440); Blue value is 129 (50.78% from 255 or 29.32% from 440); Max value from RGB is 164 - color contains mainly: red. Hex color #A49381 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49381 is #5B6C7E. Grayscale: #969696. Windows color (decimal): -5991551 or 8491940. OLE color: 8491940.

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

Color convert

RGB 164 147 129 -
CMYK 0 0.10 0.21 0.36
HSL 30.86º 0.16% 0.57% -
HSV(B) 30.86º 0.21% 0.64% -
XYZ 29.71 30.34 25.06 -
YUV 150.03 116.13 137.96 -
System Red Green Blue C M Y K H S L
Decimal 164 147 129 0 0.10 0.21 0.36 30.86 0.16 0.57
Hex A4 93 81 0 A 15 24 1F 10 39
Octal 244 223 201 0 12 25 44 37 20 71
Binary 10100100 10010011 10000001 0 1010 10101 100100 11111 10000 111001

Color Harmonies of #A49381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49381

Black with #A49381

Text Example


Text Example

White with #A49381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49381; }

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

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

background-color css

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

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

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

border-color css

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

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

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