#A28F76

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

Shades of Mongoose #A28F76

Tints of Mongoose #A28F76

Color information

#A28F76 (or 0xA28F76) is unknown color: approx Mongoose. HEX triplet: A2, 8F and 76. RGB value is (162,143,118). Sum of RGB (Red+Green+Blue) = 162+143+118=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 162 - color contains mainly: red. Hex color #A28F76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28F76 is #5D7089. Grayscale: #919191. Windows color (decimal): -6123658 or 7770018. OLE color: 7770018.

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

Color convert

RGB162143118-
CMYK00.120.270.36
HSL34.09º19.13%54.9%-
HSV(B)34.09º27.16%63.53%-
XYZ27.9928.6321.19-
YUV145.83112.29139.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.30%
GREEN value IS 143 (56.25% from 255) = 33.81%
BLUE value IS 118 (46.48% from 255) = 27.90%
R=38.30%
G=33.81%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214311800.120.270.3634.0919.1354.9
HexA28F760C1B24221337
Octal2422171660143344422367
Binary10100010100011111110110011001101110010010001010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28F76; }

 p { color: rgb(162,143,118); }

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

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

 a { background-color: rgb(162,143,118); }

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

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

 span { border-color: rgb(162,143,118); }

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