Html Css Color HEX #A08B71 Mongoose

📋 copy color: '#A08B71'

red 160 ◦ green 139 ◦ blue 113

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

Shades of Mongoose #A08B71

Tints of Mongoose #A08B71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.43%

R = 38.83%
G = 33.74%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A08B71 (or 0xA08B71) is known color: Mongoose. HEX triplet: A0, 8B and 71. RGB value is (160,139,113). Sum of RGB (Red+Green+Blue) = 160+139+113=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 160 - color contains mainly: red. Hex color #A08B71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08B71 is #5F748E. Grayscale: #8E8E8E. Windows color (decimal): -6255759 or 7441312. OLE color: 7441312.

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

Color convert

RGB 160 139 113 -
CMYK 0 0.13 0.29 0.37
HSL 33.19º 0.2% 0.54% -
HSV(B) 33.19º 0.29% 0.63% -
XYZ 26.71 27.13 19.45 -
YUV 142.32 111.46 140.61 -
System Red Green Blue C M Y K H S L
Decimal 160 139 113 0 0.13 0.29 0.37 33.19 0.2 0.54
Hex A0 8B 71 0 D 1D 25 21 14 36
Octal 240 213 161 0 15 35 45 41 24 66
Binary 10100000 10001011 1110001 0 1101 11101 100101 100001 10100 110110

Color Harmonies of #A08B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08B71

Black with #A08B71

Text Example


Text Example

White with #A08B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08B71; }

 p { color: rgb(160,139,113); }

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

background-color css

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

 a { background-color: rgb(160,139,113); }

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

border-color css

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

 span { border-color: rgb(160,139,113); }

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