#A28B73

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

Shades of Mongoose #A28B73

Tints of Mongoose #A28B73

Color information

#A28B73 (or 0xA28B73) is unknown color: approx Mongoose. HEX triplet: A2, 8B and 73. RGB value is (162,139,115). Sum of RGB (Red+Green+Blue) = 162+139+115=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 162 - color contains mainly: red. Hex color #A28B73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28B73 is #5D748C. Grayscale: #8F8F8F. Windows color (decimal): -6124685 or 7572386. OLE color: 7572386.

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

Color convert

RGB162139115-
CMYK00.140.290.36
HSL30.64º20.17%54.31%-
HSV(B)30.64º29.01%63.53%-
XYZ27.2327.3820.07-
YUV143.14112.12141.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.94%
GREEN value IS 139 (54.69% from 255) = 33.41%
BLUE value IS 115 (45.31% from 255) = 27.64%
R=38.94%
G=33.41%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213911500.140.290.3630.6420.1754.31
HexA28B730E1D241f1436
Octal2422131630163544372466
Binary1010001010001011111001101110111011001001111110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28B73; }

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

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

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

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

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

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

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

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