#A88F68

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

Shades of Mongoose #A88F68

Tints of Mongoose #A88F68

Color information

#A88F68 (or 0xA88F68) is unknown color: approx Mongoose. HEX triplet: A8, 8F and 68. RGB value is (168,143,104). Sum of RGB (Red+Green+Blue) = 168+143+104=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 104 (41.02% from 255 or 25.06% from 415); Max value from RGB is 168 - color contains mainly: red. Hex color #A88F68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88F68 is #577097. Grayscale: #929292. Windows color (decimal): -5730456 or 6852520. OLE color: 6852520.

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

Color convert

RGB168143104-
CMYK00.150.380.34
HSL36.56º26.89%53.33%-
HSV(B)36.56º38.1%65.88%-
XYZ28.4728.9717.19-
YUV146.03104.28143.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.48%
GREEN value IS 143 (56.25% from 255) = 34.46%
BLUE value IS 104 (41.02% from 255) = 25.06%
R=40.48%
G=34.46%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814310400.150.380.3436.5626.8953.33
HexA88F680F2622251b35
Octal2502171500174642453365
Binary101010001000111111010000111110011010001010010111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88F68; }

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

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

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

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

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

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

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

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