#A28C70

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

Shades of Mongoose #A28C70

Tints of Mongoose #A28C70

Color information

#A28C70 (or 0xA28C70) is unknown color: approx Mongoose. HEX triplet: A2, 8C and 70. RGB value is (162,140,112). Sum of RGB (Red+Green+Blue) = 162+140+112=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28C70 is #5D738F. Grayscale: #8F8F8F. Windows color (decimal): -6124432 or 7376034. OLE color: 7376034.

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

Color convert

RGB162140112-
CMYK00.140.310.36
HSL33.6º21.19%53.73%-
HSV(B)33.6º30.86%63.53%-
XYZ27.227.6119.22-
YUV143.39110.29141.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.13%
GREEN value IS 140 (55.08% from 255) = 33.82%
BLUE value IS 112 (44.14% from 255) = 27.05%
R=39.13%
G=33.82%
B=27.05%

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
Decimal16214011200.140.310.3633.621.1953.73
HexA28C700E1F24221536
Octal2422141600163744422566
Binary10100010100011001110000011101111110010010001010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28C70; }

 p { color: rgb(162,140,112); }

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

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

 a { background-color: rgb(162,140,112); }

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

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

 span { border-color: rgb(162,140,112); }

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