#A28A73

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

Shades of Mongoose #A28A73

Tints of Mongoose #A28A73

Color information

#A28A73 (or 0xA28A73) is unknown color: approx Mongoose. HEX triplet: A2, 8A and 73. RGB value is (162,138,115). Sum of RGB (Red+Green+Blue) = 162+138+115=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 115 (45.31% from 255 or 27.71% from 415); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28A73 is #5D758C. Grayscale: #8E8E8E. Windows color (decimal): -6124941 or 7572130. OLE color: 7572130.

HSL color Cylindrical-coordinate representation of color #A28A73: hue angle of 29.36º 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 #A28A73 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB162138115-
CMYK00.150.290.36
HSL29.36º20.17%54.31%-
HSV(B)29.36º29.01%63.53%-
XYZ27.0827.120.02-
YUV142.55112.45141.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.04%
GREEN value IS 138 (54.30% from 255) = 33.25%
BLUE value IS 115 (45.31% from 255) = 27.71%
R=39.04%
G=33.25%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213811500.150.290.3629.3620.1754.31
HexA28A730F1D241d1436
Octal2422121630173544352466
Binary1010001010001010111001101111111011001001110110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28A73; }

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

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

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

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

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

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

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

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