Html Css Color HEX #A18D72 Mongoose

📋 copy color: '#A18D72'

red 161 ◦ green 141 ◦ blue 114

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

Shades of Mongoose #A18D72

Tints of Mongoose #A18D72

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.89%

 BLUE value IS 114 (44.92% from 255) = 27.4%

R = 38.7%
G = 33.89%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A18D72 (or 0xA18D72) is known color: Mongoose. HEX triplet: A1, 8D and 72. RGB value is (161,141,114). Sum of RGB (Red+Green+Blue) = 161+141+114=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 161 - color contains mainly: red. Hex color #A18D72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18D72 is #5E728D. Grayscale: #909090. Windows color (decimal): -6189710 or 7507361. OLE color: 7507361.

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

Color convert

RGB 161 141 114 -
CMYK 0 0.12 0.29 0.37
HSL 34.47º 0.2% 0.54% -
HSV(B) 34.47º 0.29% 0.63% -
XYZ 27.26 27.84 19.86 -
YUV 143.9 111.13 140.2 -
System Red Green Blue C M Y K H S L
Decimal 161 141 114 0 0.12 0.29 0.37 34.47 0.2 0.54
Hex A1 8D 72 0 C 1D 25 22 14 36
Octal 241 215 162 0 14 35 45 42 24 66
Binary 10100001 10001101 1110010 0 1100 11101 100101 100010 10100 110110

Color Harmonies of #A18D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18D72

Black with #A18D72

Text Example


Text Example

White with #A18D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18D72; }

 p { color: rgb(161,141,114); }

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

background-color css

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

 a { background-color: rgb(161,141,114); }

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

border-color css

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

 span { border-color: rgb(161,141,114); }

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