#A28A71

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

Shades of Mongoose #A28A71

Tints of Mongoose #A28A71

Color information

#A28A71 (or 0xA28A71) is unknown color: approx Mongoose. HEX triplet: A2, 8A and 71. RGB value is (162,138,113). Sum of RGB (Red+Green+Blue) = 162+138+113=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 113 (44.53% from 255 or 27.36% from 413); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28A71 is #5D758E. Grayscale: #8E8E8E. Windows color (decimal): -6124943 or 7441058. OLE color: 7441058.

HSL color Cylindrical-coordinate representation of color #A28A71: hue angle of 30.61º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A28A71 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB162138113-
CMYK00.150.300.36
HSL30.61º20.85%53.92%-
HSV(B)30.61º30.25%63.53%-
XYZ26.9727.0519.42-
YUV142.33111.45142.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.23%
GREEN value IS 138 (54.30% from 255) = 33.41%
BLUE value IS 113 (44.53% from 255) = 27.36%
R=39.23%
G=33.41%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213811300.150.300.3630.6120.8553.92
HexA28A710F1E241f1536
Octal2422121610173644372566
Binary1010001010001010111000101111111101001001111110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28A71; }

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

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

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

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

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

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

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

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