Html Css Color HEX #A1988B Malta

📋 copy color: '#A1988B'

red 161 ◦ green 152 ◦ blue 139

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

Shades of Malta #A1988B

Tints of Malta #A1988B

RGB

 RED value IS 161 (63.28% from 255) = 35.62%

 GREEN value IS 152 (59.77% from 255) = 33.63%

 BLUE value IS 139 (54.69% from 255) = 30.75%

R = 35.62%
G = 33.63%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A1988B (or 0xA1988B) is known color: Malta. HEX triplet: A1, 98 and 8B. RGB value is (161,152,139). Sum of RGB (Red+Green+Blue) = 161+152+139=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 152 (59.77% from 255 or 33.63% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 161 - color contains mainly: red. Hex color #A1988B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1988B is #5E6774. Grayscale: #999999. Windows color (decimal): -6186869 or 9148577. OLE color: 9148577.

HSL color Cylindrical-coordinate representation of color #A1988B: hue angle of 35.45º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A1988B is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 152 139 -
CMYK 0 0.06 0.14 0.37
HSL 35.45º 0.1% 0.59% -
HSV(B) 35.45º 0.14% 0.63% -
XYZ 30.59 31.9 28.97 -
YUV 153.21 119.98 133.56 -
System Red Green Blue C M Y K H S L
Decimal 161 152 139 0 0.06 0.14 0.37 35.45 0.1 0.59
Hex A1 98 8B 0 6 E 25 23 A 3B
Octal 241 230 213 0 6 16 45 43 12 73
Binary 10100001 10011000 10001011 0 110 1110 100101 100011 1010 111011

Color Harmonies of #A1988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1988B

Black with #A1988B

Text Example


Text Example

White with #A1988B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1988B; }

 p { color: rgb(161,152,139); }

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

background-color css

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

 a { background-color: rgb(161,152,139); }

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

border-color css

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

 span { border-color: rgb(161,152,139); }

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