Html Css Color HEX #A49685 Malta

📋 copy color: '#A49685'

red 164 ◦ green 150 ◦ blue 133

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

Shades of Malta #A49685

Tints of Malta #A49685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.75%

R = 36.69%
G = 33.56%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A49685 (or 0xA49685) is known color: Malta. HEX triplet: A4, 96 and 85. RGB value is (164,150,133). Sum of RGB (Red+Green+Blue) = 164+150+133=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 150 (58.98% from 255 or 33.56% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 164 - color contains mainly: red. Hex color #A49685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49685 is #5B697A. Grayscale: #989898. Windows color (decimal): -5990779 or 8754852. OLE color: 8754852.

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

Color convert

RGB 164 150 133 -
CMYK 0 0.09 0.19 0.36
HSL 32.9º 0.15% 0.58% -
HSV(B) 32.9º 0.19% 0.64% -
XYZ 30.45 31.4 26.65 -
YUV 152.25 117.14 136.38 -
System Red Green Blue C M Y K H S L
Decimal 164 150 133 0 0.09 0.19 0.36 32.9 0.15 0.58
Hex A4 96 85 0 9 13 24 21 F 3A
Octal 244 226 205 0 11 23 44 41 17 72
Binary 10100100 10010110 10000101 0 1001 10011 100100 100001 1111 111010

Color Harmonies of #A49685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49685

Black with #A49685

Text Example


Text Example

White with #A49685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49685; }

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

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

background-color css

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

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

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

border-color css

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

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

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