#A28B6F

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

Shades of Mongoose #A28B6F

Tints of Mongoose #A28B6F

Color information

#A28B6F (or 0xA28B6F) is unknown color: approx Mongoose. HEX triplet: A2, 8B and 6F. RGB value is (162,139,111). Sum of RGB (Red+Green+Blue) = 162+139+111=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 162 - color contains mainly: red. Hex color #A28B6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28B6F is #5D7490. Grayscale: #8E8E8E. Windows color (decimal): -6124689 or 7310242. OLE color: 7310242.

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

Color convert

RGB162139111-
CMYK00.140.310.36
HSL32.94º21.52%53.53%-
HSV(B)32.94º31.48%63.53%-
XYZ2727.2918.88-
YUV142.68110.12141.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.32%
GREEN value IS 139 (54.69% from 255) = 33.74%
BLUE value IS 111 (43.75% from 255) = 26.94%
R=39.32%
G=33.74%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213911100.140.310.3632.9421.5253.53
HexA28B6F0E1F24211636
Octal2422131570163744412666
Binary10100010100010111101111011101111110010010000110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28B6F; }

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

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

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

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

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

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

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

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