Html Css Color HEX #A1886F Mongoose

📋 copy color: '#A1886F'

red 161 ◦ green 136 ◦ blue 111

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

Shades of Mongoose #A1886F

Tints of Mongoose #A1886F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.33%

 BLUE value IS 111 (43.75% from 255) = 27.21%

R = 39.46%
G = 33.33%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A1886F (or 0xA1886F) is known color: Mongoose. HEX triplet: A1, 88 and 6F. RGB value is (161,136,111). Sum of RGB (Red+Green+Blue) = 161+136+111=408 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.46% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 111 (43.75% from 255 or 27.21% from 408); Max value from RGB is 161 - color contains mainly: red. Hex color #A1886F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1886F is #5E7790. Grayscale: #8C8C8C. Windows color (decimal): -6190993 or 7309473. OLE color: 7309473.

HSL color Cylindrical-coordinate representation of color #A1886F: hue angle of 30º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1886F is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 136 111 -
CMYK 0 0.16 0.31 0.37
HSL 30º 0.21% 0.53% -
HSV(B) 30º 0.31% 0.63% -
XYZ 26.37 26.33 18.73 -
YUV 140.63 111.28 142.53 -
System Red Green Blue C M Y K H S L
Decimal 161 136 111 0 0.16 0.31 0.37 30 0.21 0.53
Hex A1 88 6F 0 10 1F 25 1E 15 35
Octal 241 210 157 0 20 37 45 36 25 65
Binary 10100001 10001000 1101111 0 10000 11111 100101 11110 10101 110101

Color Harmonies of #A1886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1886F

Black with #A1886F

Text Example


Text Example

White with #A1886F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1886F; }

 p { color: rgb(161,136,111); }

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

background-color css

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

 a { background-color: rgb(161,136,111); }

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

border-color css

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

 span { border-color: rgb(161,136,111); }

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