#A28D70

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

Shades of Mongoose #A28D70

Tints of Mongoose #A28D70

Color information

#A28D70 (or 0xA28D70) is unknown color: approx Mongoose. HEX triplet: A2, 8D and 70. RGB value is (162,141,112). Sum of RGB (Red+Green+Blue) = 162+141+112=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28D70 is #5D728F. Grayscale: #909090. Windows color (decimal): -6124176 or 7376290. OLE color: 7376290.

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

Color convert

RGB162141112-
CMYK00.130.310.36
HSL34.8º21.19%53.73%-
HSV(B)34.8º30.86%63.53%-
XYZ27.3527.919.27-
YUV143.97109.96140.86-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.04%
GREEN value IS 141 (55.47% from 255) = 33.98%
BLUE value IS 112 (44.14% from 255) = 26.99%
R=39.04%
G=33.98%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214111200.130.310.3634.821.1953.73
HexA28D700D1F24231536
Octal2422151600153744432566
Binary10100010100011011110000011011111110010010001110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28D70; }

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

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

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

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

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

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

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

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