Html Css Color HEX #A69684 Malta

📋 copy color: '#A69684'

red 166 ◦ green 150 ◦ blue 132

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

Shades of Malta #A69684

Tints of Malta #A69684

RGB

 RED value IS 166 (65.23% from 255) = 37.05%

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

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

R = 37.05%
G = 33.48%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A69684 (or 0xA69684) is known color: Malta. HEX triplet: A6, 96 and 84. RGB value is (166,150,132). Sum of RGB (Red+Green+Blue) = 166+150+132=448 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.05% from 448); Green value is 150 (58.98% from 255 or 33.48% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 166 - color contains mainly: red. Hex color #A69684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69684 is #59697B. Grayscale: #989898. Windows color (decimal): -5859708 or 8689318. OLE color: 8689318.

HSL color Cylindrical-coordinate representation of color #A69684: hue angle of 31.76º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A69684 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 150 132 -
CMYK 0 0.10 0.20 0.35
HSL 31.76º 0.16% 0.58% -
HSV(B) 31.76º 0.2% 0.65% -
XYZ 30.8 31.59 26.3 -
YUV 152.73 116.3 137.46 -
System Red Green Blue C M Y K H S L
Decimal 166 150 132 0 0.10 0.20 0.35 31.76 0.16 0.58
Hex A6 96 84 0 A 14 23 20 10 3A
Octal 246 226 204 0 12 24 43 40 20 72
Binary 10100110 10010110 10000100 0 1010 10100 100011 100000 10000 111010

Color Harmonies of #A69684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69684

Black with #A69684

Text Example


Text Example

White with #A69684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69684; }

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

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

background-color css

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

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

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

border-color css

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

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

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