#A28B71

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

Shades of Mongoose #A28B71

Tints of Mongoose #A28B71

Color information

#A28B71 (or 0xA28B71) is unknown color: approx Mongoose. HEX triplet: A2, 8B and 71. RGB value is (162,139,113). Sum of RGB (Red+Green+Blue) = 162+139+113=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 162 - color contains mainly: red. Hex color #A28B71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28B71 is #5D748E. Grayscale: #8F8F8F. Windows color (decimal): -6124687 or 7441314. OLE color: 7441314.

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

Color convert

RGB162139113-
CMYK00.140.300.36
HSL31.84º20.85%53.92%-
HSV(B)31.84º30.25%63.53%-
XYZ27.1127.3419.47-
YUV142.91111.12141.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.13%
GREEN value IS 139 (54.69% from 255) = 33.57%
BLUE value IS 113 (44.53% from 255) = 27.29%
R=39.13%
G=33.57%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213911300.140.300.3631.8420.8553.92
HexA28B710E1E24201536
Octal2422131610163644402566
Binary10100010100010111110001011101111010010010000010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28B71; }

 p { color: rgb(162,139,113); }

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

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

 a { background-color: rgb(162,139,113); }

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

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

 span { border-color: rgb(162,139,113); }

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