#A89275

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

Shades of Mongoose #A89275

Tints of Mongoose #A89275

Color information

#A89275 (or 0xA89275) is unknown color: approx Mongoose. HEX triplet: A8, 92 and 75. RGB value is (168,146,117). Sum of RGB (Red+Green+Blue) = 168+146+117=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 168 - color contains mainly: red. Hex color #A89275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89275 is #576D8A. Grayscale: #959595. Windows color (decimal): -5729675 or 7705256. OLE color: 7705256.

HSL color Cylindrical-coordinate representation of color #A89275: hue angle of 34.12º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A89275 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB168146117-
CMYK00.130.300.34
HSL34.12º22.67%55.88%-
HSV(B)34.12º30.36%65.88%-
XYZ29.6430.1721.09-
YUV149.27109.79141.36-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.98%
GREEN value IS 146 (57.42% from 255) = 33.87%
BLUE value IS 117 (46.09% from 255) = 27.15%
R=38.98%
G=33.87%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814611700.130.300.3434.1222.6755.88
HexA892750D1E22221738
Octal2502221650153642422770
Binary10101000100100101110101011011111010001010001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89275; }

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

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

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

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

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

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

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

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