Html Css Color HEX #A18C71 Mongoose

📋 copy color: '#A18C71'

red 161 ◦ green 140 ◦ blue 113

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

Shades of Mongoose #A18C71

Tints of Mongoose #A18C71

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.82%

 BLUE value IS 113 (44.53% from 255) = 27.29%

R = 38.89%
G = 33.82%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A18C71 (or 0xA18C71) is known color: Mongoose. HEX triplet: A1, 8C and 71. RGB value is (161,140,113). Sum of RGB (Red+Green+Blue) = 161+140+113=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18C71 is #5E738E. Grayscale: #8F8F8F. Windows color (decimal): -6189967 or 7441569. OLE color: 7441569.

HSL color Cylindrical-coordinate representation of color #A18C71: hue angle of 33.75º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A18C71 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 140 113 -
CMYK 0 0.13 0.30 0.37
HSL 33.75º 0.2% 0.54% -
HSV(B) 33.75º 0.3% 0.63% -
XYZ 27.06 27.53 19.51 -
YUV 143.2 110.96 140.7 -
System Red Green Blue C M Y K H S L
Decimal 161 140 113 0 0.13 0.30 0.37 33.75 0.2 0.54
Hex A1 8C 71 0 D 1E 25 22 14 36
Octal 241 214 161 0 15 36 45 42 24 66
Binary 10100001 10001100 1110001 0 1101 11110 100101 100010 10100 110110

Color Harmonies of #A18C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18C71

Black with #A18C71

Text Example


Text Example

White with #A18C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18C71; }

 p { color: rgb(161,140,113); }

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

background-color css

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

 a { background-color: rgb(161,140,113); }

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

border-color css

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

 span { border-color: rgb(161,140,113); }

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