Html Css Color HEX #A18C70 Mongoose

📋 copy color: '#A18C70'

red 161 ◦ green 140 ◦ blue 112

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

Shades of Mongoose #A18C70

Tints of Mongoose #A18C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.12%

R = 38.98%
G = 33.9%
B = 27.12%

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

#A18C70 (or 0xA18C70) is known color: Mongoose. HEX triplet: A1, 8C and 70. RGB value is (161,140,112). Sum of RGB (Red+Green+Blue) = 161+140+112=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18C70 is #5E738F. Grayscale: #8F8F8F. Windows color (decimal): -6189968 or 7376033. OLE color: 7376033.

HSL color Cylindrical-coordinate representation of color #A18C70: hue angle of 34.29º degrees, saturation: 0.21, 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 #A18C70 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 140 112 -
CMYK 0 0.13 0.30 0.37
HSL 34.29º 0.21% 0.54% -
HSV(B) 34.29º 0.3% 0.63% -
XYZ 27 27.5 19.21 -
YUV 143.09 110.46 140.78 -
System Red Green Blue C M Y K H S L
Decimal 161 140 112 0 0.13 0.30 0.37 34.29 0.21 0.54
Hex A1 8C 70 0 D 1E 25 22 15 36
Octal 241 214 160 0 15 36 45 42 25 66
Binary 10100001 10001100 1110000 0 1101 11110 100101 100010 10101 110110

Color Harmonies of #A18C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18C70

Black with #A18C70

Text Example


Text Example

White with #A18C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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