#A88F65

Color #A88F65 Mongoose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mongoose #A88F65

Tints of Mongoose #A88F65

Color information

#A88F65 (or 0xA88F65) is unknown color: approx Mongoose. HEX triplet: A8, 8F and 65. RGB value is (168,143,101). Sum of RGB (Red+Green+Blue) = 168+143+101=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 101 (39.84% from 255 or 24.51% from 412); Max value from RGB is 168 - color contains mainly: red. Hex color #A88F65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88F65 is #57709A. Grayscale: #919191. Windows color (decimal): -5730459 or 6655912. OLE color: 6655912.

HSL color Cylindrical-coordinate representation of color #A88F65: hue angle of 37.61º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A88F65 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB168143101-
CMYK00.150.400.34
HSL37.61º27.8%52.75%-
HSV(B)37.61º39.88%65.88%-
XYZ28.3228.9116.4-
YUV145.69102.78143.92-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.78%
GREEN value IS 143 (56.25% from 255) = 34.71%
BLUE value IS 101 (39.84% from 255) = 24.51%
R=40.78%
G=34.71%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814310100.150.400.3437.6127.852.75
HexA88F650F2822261c35
Octal2502171450175042463465
Binary101010001000111111001010111110100010001010011011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88F65; }

 p { color: rgb(168,143,101); }

 H1.HeaderClassName
 {
   color: #A88F65;
 }
 .AnyTagClassName
 {
   color: #A88F65;
 }
</style>
background-color css

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

 a { background-color: rgb(168,143,101); }

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

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

 span { border-color: rgb(168,143,101); }

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