#A28D79

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

Shades of Mongoose #A28D79

Tints of Mongoose #A28D79

Color information

#A28D79 (or 0xA28D79) is unknown color: approx Mongoose. HEX triplet: A2, 8D and 79. RGB value is (162,141,121). Sum of RGB (Red+Green+Blue) = 162+141+121=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 121 (47.66% from 255 or 28.54% from 424); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28D79 is #5D7286. Grayscale: #919191. Windows color (decimal): -6124167 or 7966114. OLE color: 7966114.

HSL color Cylindrical-coordinate representation of color #A28D79: hue angle of 29.27º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A28D79 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB162141121-
CMYK00.130.250.36
HSL29.27º18.06%55.49%-
HSV(B)29.27º25.31%63.53%-
XYZ27.8828.1122.05-
YUV145114.46140.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.21%
GREEN value IS 141 (55.47% from 255) = 33.25%
BLUE value IS 121 (47.66% from 255) = 28.54%
R=38.21%
G=33.25%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214112100.130.250.3629.2718.0655.49
HexA28D790D19241d1237
Octal2422151710153144352267
Binary1010001010001101111100101101110011001001110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28D79; }

 p { color: rgb(162,141,121); }

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

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

 a { background-color: rgb(162,141,121); }

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

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

 span { border-color: rgb(162,141,121); }

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