#a58670

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

Shades of Mongoose #A58670

Tints of Mongoose #A58670

Color information

#A58670 (or 0xA58670) is unknown color: approx Mongoose. HEX triplet: A5, 86 and 70. RGB value is (165,134,112). Sum of RGB (Red+Green+Blue) = 165+134+112=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 165 - color contains mainly: red. Hex color #A58670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58670 is #5A798F. Grayscale: #8C8C8C. Windows color (decimal): -5929360 or 7374501. OLE color: 7374501.

HSL color Cylindrical-coordinate representation of color #A58670: hue angle of 24.91º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A58670 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB165134112-
CMYK00.190.320.35
HSL24.91º22.75%54.31%-
HSV(B)24.91º32.12%64.71%-
XYZ26.9726.2218.97-
YUV140.76111.77145.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.15%
GREEN value IS 134 (52.73% from 255) = 32.60%
BLUE value IS 112 (44.14% from 255) = 27.25%
R=40.15%
G=32.60%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513411200.190.320.3524.9122.7554.31
HexA586700132023191736
Octal2452061600234043312766
Binary101001011000011011100000100111000001000111100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a58670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a58670; }

 p { color: rgb(165,134,112); }

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

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

 a { background-color: rgb(165,134,112); }

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

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

 span { border-color: rgb(165,134,112); }

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