Html Css Color HEX #A18974 Mongoose

📋 copy color: '#A18974'

red 161 ◦ green 137 ◦ blue 116

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

Shades of Mongoose #A18974

Tints of Mongoose #A18974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.02%

R = 38.89%
G = 33.09%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A18974 (or 0xA18974) is known color: Mongoose. HEX triplet: A1, 89 and 74. RGB value is (161,137,116). Sum of RGB (Red+Green+Blue) = 161+137+116=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 161 - color contains mainly: red. Hex color #A18974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18974 is #5E768B. Grayscale: #8D8D8D. Windows color (decimal): -6190732 or 7637409. OLE color: 7637409.

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

Color convert

RGB 161 137 116 -
CMYK 0 0.15 0.28 0.37
HSL 28º 0.19% 0.54% -
HSV(B) 28º 0.28% 0.63% -
XYZ 26.8 26.73 20.27 -
YUV 141.78 113.45 141.71 -
System Red Green Blue C M Y K H S L
Decimal 161 137 116 0 0.15 0.28 0.37 28 0.19 0.54
Hex A1 89 74 0 F 1C 25 1C 13 36
Octal 241 211 164 0 17 34 45 34 23 66
Binary 10100001 10001001 1110100 0 1111 11100 100101 11100 10011 110110

Color Harmonies of #A18974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18974

Black with #A18974

Text Example


Text Example

White with #A18974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18974; }

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

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

background-color css

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

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

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

border-color css

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

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

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