#A28D74

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

Shades of Mongoose #A28D74

Tints of Mongoose #A28D74

Color information

#A28D74 (or 0xA28D74) is unknown color: approx Mongoose. HEX triplet: A2, 8D and 74. RGB value is (162,141,116). Sum of RGB (Red+Green+Blue) = 162+141+116=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28D74 is #5D728B. Grayscale: #909090. Windows color (decimal): -6124172 or 7638434. OLE color: 7638434.

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

Color convert

RGB162141116-
CMYK00.130.280.36
HSL32.61º19.83%54.51%-
HSV(B)32.61º28.4%63.53%-
XYZ27.5827.9920.47-
YUV144.43111.96140.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.66%
GREEN value IS 141 (55.47% from 255) = 33.65%
BLUE value IS 116 (45.70% from 255) = 27.68%
R=38.66%
G=33.65%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214111600.130.280.3632.6119.8354.51
HexA28D740D1C24211437
Octal2422151640153444412467
Binary10100010100011011110100011011110010010010000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28D74; }

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

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

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

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

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

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

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

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