Html Css Color HEX #A29684 Malta

📋 copy color: '#A29684'

red 162 ◦ green 150 ◦ blue 132

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

Shades of Malta #A29684

Tints of Malta #A29684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 29.73%

R = 36.49%
G = 33.78%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A29684 (or 0xA29684) is known color: Malta. HEX triplet: A2, 96 and 84. RGB value is (162,150,132). Sum of RGB (Red+Green+Blue) = 162+150+132=444 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.49% from 444); Green value is 150 (58.98% from 255 or 33.78% from 444); Blue value is 132 (51.95% from 255 or 29.73% from 444); Max value from RGB is 162 - color contains mainly: red. Hex color #A29684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29684 is #5D697B. Grayscale: #979797. Windows color (decimal): -6121852 or 8689314. OLE color: 8689314.

HSL color Cylindrical-coordinate representation of color #A29684: hue angle of 36º degrees, saturation: 0.14, 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 #A29684 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 150 132 -
CMYK 0 0.07 0.19 0.36
HSL 36º 0.14% 0.58% -
HSV(B) 36º 0.19% 0.64% -
XYZ 29.97 31.16 26.26 -
YUV 151.54 116.98 135.46 -
System Red Green Blue C M Y K H S L
Decimal 162 150 132 0 0.07 0.19 0.36 36 0.14 0.58
Hex A2 96 84 0 7 13 24 24 E 3A
Octal 242 226 204 0 7 23 44 44 16 72
Binary 10100010 10010110 10000100 0 111 10011 100100 100100 1110 111010

Color Harmonies of #A29684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29684

Black with #A29684

Text Example


Text Example

White with #A29684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29684; }

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

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

background-color css

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

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

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

border-color css

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

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

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