Html Css Color HEX #A29686 Malta

📋 copy color: '#A29686'

red 162 ◦ green 150 ◦ blue 134

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

Shades of Malta #A29686

Tints of Malta #A29686

RGB

 RED value IS 162 (63.67% from 255) = 36.32%

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

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

R = 36.32%
G = 33.63%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A29686 (or 0xA29686) is known color: Malta. HEX triplet: A2, 96 and 86. RGB value is (162,150,134). Sum of RGB (Red+Green+Blue) = 162+150+134=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 134 (52.73% from 255 or 30.04% from 446); Max value from RGB is 162 - color contains mainly: red. Hex color #A29686 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29686 is #5D6979. Grayscale: #979797. Windows color (decimal): -6121850 or 8820386. OLE color: 8820386.

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

Color convert

RGB 162 150 134 -
CMYK 0 0.07 0.17 0.36
HSL 34.29º 0.13% 0.58% -
HSV(B) 34.29º 0.17% 0.64% -
XYZ 30.11 31.22 26.99 -
YUV 151.76 117.98 135.3 -
System Red Green Blue C M Y K H S L
Decimal 162 150 134 0 0.07 0.17 0.36 34.29 0.13 0.58
Hex A2 96 86 0 7 11 24 22 D 3A
Octal 242 226 206 0 7 21 44 42 15 72
Binary 10100010 10010110 10000110 0 111 10001 100100 100010 1101 111010

Color Harmonies of #A29686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29686

Black with #A29686

Text Example


Text Example

White with #A29686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29686; }

 p { color: rgb(162,150,134); }

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

background-color css

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

 a { background-color: rgb(162,150,134); }

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

border-color css

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

 span { border-color: rgb(162,150,134); }

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