Html Css Color HEX #A0886F Mongoose

📋 copy color: '#A0886F'

red 160 ◦ green 136 ◦ blue 111

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

Shades of Mongoose #A0886F

Tints of Mongoose #A0886F

RGB

 RED value IS 160 (62.89% from 255) = 39.31%

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

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

R = 39.31%
G = 33.42%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A0886F (or 0xA0886F) is known color: Mongoose. HEX triplet: A0, 88 and 6F. RGB value is (160,136,111). Sum of RGB (Red+Green+Blue) = 160+136+111=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 111 (43.75% from 255 or 27.27% from 407); Max value from RGB is 160 - color contains mainly: red. Hex color #A0886F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0886F is #5F7790. Grayscale: #8C8C8C. Windows color (decimal): -6256529 or 7309472. OLE color: 7309472.

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

Color convert

RGB 160 136 111 -
CMYK 0 0.15 0.31 0.37
HSL 30.61º 0.21% 0.53% -
HSV(B) 30.61º 0.31% 0.63% -
XYZ 26.17 26.23 18.72 -
YUV 140.33 111.45 142.03 -
System Red Green Blue C M Y K H S L
Decimal 160 136 111 0 0.15 0.31 0.37 30.61 0.21 0.53
Hex A0 88 6F 0 F 1F 25 1F 15 35
Octal 240 210 157 0 17 37 45 37 25 65
Binary 10100000 10001000 1101111 0 1111 11111 100101 11111 10101 110101

Color Harmonies of #A0886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0886F

Black with #A0886F

Text Example


Text Example

White with #A0886F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0886F; }

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

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

background-color css

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

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

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

border-color css

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

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

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