Html Css Color HEX #A69984 Malta

📋 copy color: '#A69984'

red 166 ◦ green 153 ◦ blue 132

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

Shades of Malta #A69984

Tints of Malta #A69984

RGB

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

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

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

R = 36.81%
G = 33.92%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A69984 (or 0xA69984) is known color: Malta. HEX triplet: A6, 99 and 84. RGB value is (166,153,132). Sum of RGB (Red+Green+Blue) = 166+153+132=451 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.81% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 132 (51.95% from 255 or 29.27% from 451); Max value from RGB is 166 - color contains mainly: red. Hex color #A69984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69984 is #59667B. Grayscale: #9A9A9A. Windows color (decimal): -5858940 or 8690086. OLE color: 8690086.

HSL color Cylindrical-coordinate representation of color #A69984: hue angle of 37.06º 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 #A69984 is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 153 132 -
CMYK 0 0.08 0.20 0.35
HSL 37.06º 0.16% 0.58% -
HSV(B) 37.06º 0.2% 0.65% -
XYZ 31.28 32.56 26.46 -
YUV 154.49 115.31 136.21 -
System Red Green Blue C M Y K H S L
Decimal 166 153 132 0 0.08 0.20 0.35 37.06 0.16 0.58
Hex A6 99 84 0 8 14 23 25 10 3A
Octal 246 231 204 0 10 24 43 45 20 72
Binary 10100110 10011001 10000100 0 1000 10100 100011 100101 10000 111010

Color Harmonies of #A69984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69984

Black with #A69984

Text Example


Text Example

White with #A69984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69984; }

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

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

background-color css

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

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

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

border-color css

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

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

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