#A88F66

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

Shades of Mongoose #A88F66

Tints of Mongoose #A88F66

Color information

#A88F66 (or 0xA88F66) is unknown color: approx Mongoose. HEX triplet: A8, 8F and 66. RGB value is (168,143,102). Sum of RGB (Red+Green+Blue) = 168+143+102=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 102 (40.23% from 255 or 24.70% from 413); Max value from RGB is 168 - color contains mainly: red. Hex color #A88F66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88F66 is #577099. Grayscale: #919191. Windows color (decimal): -5730458 or 6721448. OLE color: 6721448.

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

Color convert

RGB168143102-
CMYK00.150.390.34
HSL37.27º27.5%52.94%-
HSV(B)37.27º39.29%65.88%-
XYZ28.3728.9316.66-
YUV145.8103.28143.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.68%
GREEN value IS 143 (56.25% from 255) = 34.62%
BLUE value IS 102 (40.23% from 255) = 24.70%
R=40.68%
G=34.62%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814310200.150.390.3437.2727.552.94
HexA88F660F2722251c35
Octal2502171460174742453465
Binary101010001000111111001100111110011110001010010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88F66; }

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

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

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

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

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

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

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

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