Html Css Color HEX #A89986 Malta

📋 copy color: '#A89986'

red 168 ◦ green 153 ◦ blue 134

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

Shades of Malta #A89986

Tints of Malta #A89986

RGB

 RED value IS 168 (66.02% from 255) = 36.92%

 GREEN value IS 153 (60.16% from 255) = 33.63%

 BLUE value IS 134 (52.73% from 255) = 29.45%

R = 36.92%
G = 33.63%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.34

RGB Variations

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

Color information

#A89986 (or 0xA89986) is known color: Malta. HEX triplet: A8, 99 and 86. RGB value is (168,153,134). Sum of RGB (Red+Green+Blue) = 168+153+134=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 134 (52.73% from 255 or 29.45% from 455); Max value from RGB is 168 - color contains mainly: red. Hex color #A89986 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89986 is #576679. Grayscale: #9B9B9B. Windows color (decimal): -5727866 or 8821160. OLE color: 8821160.

HSL color Cylindrical-coordinate representation of color #A89986: hue angle of 33.53º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A89986 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 153 134 -
CMYK 0 0.09 0.20 0.34
HSL 33.53º 0.16% 0.59% -
HSV(B) 33.53º 0.2% 0.66% -
XYZ 31.84 32.83 27.21 -
YUV 155.32 115.97 137.04 -
System Red Green Blue C M Y K H S L
Decimal 168 153 134 0 0.09 0.20 0.34 33.53 0.16 0.59
Hex A8 99 86 0 9 14 22 22 10 3B
Octal 250 231 206 0 11 24 42 42 20 73
Binary 10101000 10011001 10000110 0 1001 10100 100010 100010 10000 111011

Color Harmonies of #A89986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89986

Black with #A89986

Text Example


Text Example

White with #A89986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89986; }

 p { color: rgb(168,153,134); }

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

background-color css

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

 a { background-color: rgb(168,153,134); }

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

border-color css

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

 span { border-color: rgb(168,153,134); }

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