#A28D6F

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

Shades of Mongoose #A28D6F

Tints of Mongoose #A28D6F

Color information

#A28D6F (or 0xA28D6F) is unknown color: approx Mongoose. HEX triplet: A2, 8D and 6F. RGB value is (162,141,111). Sum of RGB (Red+Green+Blue) = 162+141+111=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 111 (43.75% from 255 or 26.81% from 414); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28D6F is #5D7290. Grayscale: #909090. Windows color (decimal): -6124177 or 7310754. OLE color: 7310754.

HSL color Cylindrical-coordinate representation of color #A28D6F: hue angle of 35.29º degrees, saturation: 0.22, 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 #A28D6F is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB162141111-
CMYK00.130.310.36
HSL35.29º21.52%53.53%-
HSV(B)35.29º31.48%63.53%-
XYZ27.2927.8818.98-
YUV143.86109.46140.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.13%
GREEN value IS 141 (55.47% from 255) = 34.06%
BLUE value IS 111 (43.75% from 255) = 26.81%
R=39.13%
G=34.06%
B=26.81%

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
Decimal16214111100.130.310.3635.2921.5253.53
HexA28D6F0D1F24231636
Octal2422151570153744432666
Binary10100010100011011101111011011111110010010001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28D6F; }

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

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

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

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

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

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

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

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