Html Css Color HEX #A4998A Malta

📋 copy color: '#A4998A'

red 164 ◦ green 153 ◦ blue 138

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

Shades of Malta #A4998A

Tints of Malta #A4998A

RGB

 RED value IS 164 (64.45% from 255) = 36.04%

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

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

R = 36.04%
G = 33.63%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A4998A (or 0xA4998A) is known color: Malta. HEX triplet: A4, 99 and 8A. RGB value is (164,153,138). Sum of RGB (Red+Green+Blue) = 164+153+138=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 164 - color contains mainly: red. Hex color #A4998A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4998A is #5B6675. Grayscale: #9A9A9A. Windows color (decimal): -5990006 or 9083300. OLE color: 9083300.

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

Color convert

RGB 164 153 138 -
CMYK 0 0.07 0.16 0.36
HSL 34.62º 0.13% 0.59% -
HSV(B) 34.62º 0.16% 0.64% -
XYZ 31.29 32.51 28.67 -
YUV 154.58 118.64 134.72 -
System Red Green Blue C M Y K H S L
Decimal 164 153 138 0 0.07 0.16 0.36 34.62 0.13 0.59
Hex A4 99 8A 0 7 10 24 23 C 3B
Octal 244 231 212 0 7 20 44 43 14 73
Binary 10100100 10011001 10001010 0 111 10000 100100 100011 1100 111011

Color Harmonies of #A4998A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4998A

Black with #A4998A

Text Example


Text Example

White with #A4998A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4998A; }

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

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

background-color css

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

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

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

border-color css

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

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

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