Html Css Color HEX #A6998A Malta

📋 copy color: '#A6998A'

red 166 ◦ green 153 ◦ blue 138

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

Shades of Malta #A6998A

Tints of Malta #A6998A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.2%

R = 36.32%
G = 33.48%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A6998A (or 0xA6998A) is known color: Malta. HEX triplet: A6, 99 and 8A. RGB value is (166,153,138). Sum of RGB (Red+Green+Blue) = 166+153+138=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 166 - color contains mainly: red. Hex color #A6998A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6998A is #596675. Grayscale: #9B9B9B. Windows color (decimal): -5858934 or 9083302. OLE color: 9083302.

HSL color Cylindrical-coordinate representation of color #A6998A: hue angle of 32.14º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A6998A is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 153 138 -
CMYK 0 0.08 0.17 0.35
HSL 32.14º 0.14% 0.6% -
HSV(B) 32.14º 0.17% 0.65% -
XYZ 31.7 32.72 28.69 -
YUV 155.18 118.31 135.72 -
System Red Green Blue C M Y K H S L
Decimal 166 153 138 0 0.08 0.17 0.35 32.14 0.14 0.6
Hex A6 99 8A 0 8 11 23 20 E 3C
Octal 246 231 212 0 10 21 43 40 16 74
Binary 10100110 10011001 10001010 0 1000 10001 100011 100000 1110 111100

Color Harmonies of #A6998A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6998A

Black with #A6998A

Text Example


Text Example

White with #A6998A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6998A; }

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

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

background-color css

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

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

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

border-color css

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

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

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