Html Css Color HEX #A49683 Malta

📋 copy color: '#A49683'

red 164 ◦ green 150 ◦ blue 131

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

Shades of Malta #A49683

Tints of Malta #A49683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.44%

R = 36.85%
G = 33.71%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A49683 (or 0xA49683) is known color: Malta. HEX triplet: A4, 96 and 83. RGB value is (164,150,131). Sum of RGB (Red+Green+Blue) = 164+150+131=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 131 (51.56% from 255 or 29.44% from 445); Max value from RGB is 164 - color contains mainly: red. Hex color #A49683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49683 is #5B697C. Grayscale: #989898. Windows color (decimal): -5990781 or 8623780. OLE color: 8623780.

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

Color convert

RGB 164 150 131 -
CMYK 0 0.09 0.20 0.36
HSL 34.55º 0.15% 0.58% -
HSV(B) 34.55º 0.2% 0.64% -
XYZ 30.31 31.34 25.93 -
YUV 152.02 116.14 136.54 -
System Red Green Blue C M Y K H S L
Decimal 164 150 131 0 0.09 0.20 0.36 34.55 0.15 0.58
Hex A4 96 83 0 9 14 24 23 F 3A
Octal 244 226 203 0 11 24 44 43 17 72
Binary 10100100 10010110 10000011 0 1001 10100 100100 100011 1111 111010

Color Harmonies of #A49683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49683

Black with #A49683

Text Example


Text Example

White with #A49683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49683; }

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

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

background-color css

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

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

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

border-color css

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

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

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