#A89268

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

Shades of Mongoose #A89268

Tints of Mongoose #A89268

Color information

#A89268 (or 0xA89268) is unknown color: approx Mongoose. HEX triplet: A8, 92 and 68. RGB value is (168,146,104). Sum of RGB (Red+Green+Blue) = 168+146+104=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 168 - color contains mainly: red. Hex color #A89268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89268 is #576D97. Grayscale: #939393. Windows color (decimal): -5729688 or 6853288. OLE color: 6853288.

HSL color Cylindrical-coordinate representation of color #A89268: hue angle of 39.38º 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 #A89268 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB168146104-
CMYK00.130.380.34
HSL39.38º26.89%53.33%-
HSV(B)39.38º38.1%65.88%-
XYZ28.9329.8817.34-
YUV147.79103.29142.42-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.19%
GREEN value IS 146 (57.42% from 255) = 34.93%
BLUE value IS 104 (41.02% from 255) = 24.88%
R=40.19%
G=34.93%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814610400.130.380.3439.3826.8953.33
HexA892680D2622271b35
Octal2502221500154642473365
Binary101010001001001011010000110110011010001010011111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89268; }

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

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

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

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

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

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

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

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