Html Css Color HEX #A18B75 Mongoose

📋 copy color: '#A18B75'

red 161 ◦ green 139 ◦ blue 117

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

Shades of Mongoose #A18B75

Tints of Mongoose #A18B75

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.33%

 BLUE value IS 117 (46.09% from 255) = 28.06%

R = 38.61%
G = 33.33%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A18B75 (or 0xA18B75) is known color: Mongoose. HEX triplet: A1, 8B and 75. RGB value is (161,139,117). Sum of RGB (Red+Green+Blue) = 161+139+117=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 161 - color contains mainly: red. Hex color #A18B75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18B75 is #5E748A. Grayscale: #8F8F8F. Windows color (decimal): -6190219 or 7703457. OLE color: 7703457.

HSL color Cylindrical-coordinate representation of color #A18B75: hue angle of 30º 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 #A18B75 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 139 117 -
CMYK 0 0.14 0.27 0.37
HSL 30º 0.19% 0.55% -
HSV(B) 30º 0.27% 0.63% -
XYZ 27.14 27.33 20.67 -
YUV 143.07 113.29 140.79 -
System Red Green Blue C M Y K H S L
Decimal 161 139 117 0 0.14 0.27 0.37 30 0.19 0.55
Hex A1 8B 75 0 E 1B 25 1E 13 37
Octal 241 213 165 0 16 33 45 36 23 67
Binary 10100001 10001011 1110101 0 1110 11011 100101 11110 10011 110111

Color Harmonies of #A18B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18B75

Black with #A18B75

Text Example


Text Example

White with #A18B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18B75; }

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

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

background-color css

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

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

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

border-color css

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

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

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