Html Css Color HEX #A18970 Mongoose

📋 copy color: '#A18970'

red 161 ◦ green 137 ◦ blue 112

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

Shades of Mongoose #A18970

Tints of Mongoose #A18970

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.41%

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

R = 39.27%
G = 33.41%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A18970 (or 0xA18970) is known color: Mongoose. HEX triplet: A1, 89 and 70. RGB value is (161,137,112). Sum of RGB (Red+Green+Blue) = 161+137+112=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 161 - color contains mainly: red. Hex color #A18970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18970 is #5E768F. Grayscale: #8D8D8D. Windows color (decimal): -6190736 or 7375265. OLE color: 7375265.

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

Color convert

RGB 161 137 112 -
CMYK 0 0.15 0.30 0.37
HSL 30.61º 0.21% 0.54% -
HSV(B) 30.61º 0.3% 0.63% -
XYZ 26.57 26.64 19.07 -
YUV 141.33 111.45 142.03 -
System Red Green Blue C M Y K H S L
Decimal 161 137 112 0 0.15 0.30 0.37 30.61 0.21 0.54
Hex A1 89 70 0 F 1E 25 1F 15 36
Octal 241 211 160 0 17 36 45 37 25 66
Binary 10100001 10001001 1110000 0 1111 11110 100101 11111 10101 110110

Color Harmonies of #A18970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18970

Black with #A18970

Text Example


Text Example

White with #A18970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18970; }

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

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

background-color css

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

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

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

border-color css

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

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

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