Html Css Color HEX #A08771 Mongoose

📋 copy color: '#A08771'

red 160 ◦ green 135 ◦ blue 113

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

Shades of Mongoose #A08771

Tints of Mongoose #A08771

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.09%

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

R = 39.22%
G = 33.09%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A08771 (or 0xA08771) is known color: Mongoose. HEX triplet: A0, 87 and 71. RGB value is (160,135,113). Sum of RGB (Red+Green+Blue) = 160+135+113=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 135 (53.12% from 255 or 33.09% from 408); Blue value is 113 (44.53% from 255 or 27.70% from 408); Max value from RGB is 160 - color contains mainly: red. Hex color #A08771 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08771 is #5F788E. Grayscale: #8C8C8C. Windows color (decimal): -6256783 or 7440288. OLE color: 7440288.

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

Color convert

RGB 160 135 113 -
CMYK 0 0.16 0.29 0.37
HSL 28.09º 0.2% 0.54% -
HSV(B) 28.09º 0.29% 0.63% -
XYZ 26.14 25.99 19.26 -
YUV 139.97 112.78 142.29 -
System Red Green Blue C M Y K H S L
Decimal 160 135 113 0 0.16 0.29 0.37 28.09 0.2 0.54
Hex A0 87 71 0 10 1D 25 1C 14 36
Octal 240 207 161 0 20 35 45 34 24 66
Binary 10100000 10000111 1110001 0 10000 11101 100101 11100 10100 110110

Color Harmonies of #A08771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08771

Black with #A08771

Text Example


Text Example

White with #A08771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08771; }

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

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

background-color css

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

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

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

border-color css

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

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

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