Html Css Color HEX #A18E76 Mongoose

📋 copy color: '#A18E76'

red 161 ◦ green 142 ◦ blue 118

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

Shades of Mongoose #A18E76

Tints of Mongoose #A18E76

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.73%

 BLUE value IS 118 (46.48% from 255) = 28.03%

R = 38.24%
G = 33.73%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A18E76 (or 0xA18E76) is known color: Mongoose. HEX triplet: A1, 8E and 76. RGB value is (161,142,118). Sum of RGB (Red+Green+Blue) = 161+142+118=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 161 - color contains mainly: red. Hex color #A18E76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18E76 is #5E7189. Grayscale: #919191. Windows color (decimal): -6189450 or 7769761. OLE color: 7769761.

HSL color Cylindrical-coordinate representation of color #A18E76: hue angle of 33.49º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A18E76 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 142 118 -
CMYK 0 0.12 0.27 0.37
HSL 33.49º 0.19% 0.55% -
HSV(B) 33.49º 0.27% 0.63% -
XYZ 27.64 28.23 21.13 -
YUV 144.95 112.79 139.45 -
System Red Green Blue C M Y K H S L
Decimal 161 142 118 0 0.12 0.27 0.37 33.49 0.19 0.55
Hex A1 8E 76 0 C 1B 25 21 13 37
Octal 241 216 166 0 14 33 45 41 23 67
Binary 10100001 10001110 1110110 0 1100 11011 100101 100001 10011 110111

Color Harmonies of #A18E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18E76

Black with #A18E76

Text Example


Text Example

White with #A18E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18E76; }

 p { color: rgb(161,142,118); }

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

background-color css

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

 a { background-color: rgb(161,142,118); }

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

border-color css

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

 span { border-color: rgb(161,142,118); }

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