#A58F6D

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

Shades of Mongoose #A58F6D

Tints of Mongoose #A58F6D

Color information

#A58F6D (or 0xA58F6D) is unknown color: approx Mongoose. HEX triplet: A5, 8F and 6D. RGB value is (165,143,109). Sum of RGB (Red+Green+Blue) = 165+143+109=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 165 - color contains mainly: red. Hex color #A58F6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58F6D is #5A7092. Grayscale: #919191. Windows color (decimal): -5927059 or 7180197. OLE color: 7180197.

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

Color convert

RGB165143109-
CMYK00.130.340.35
HSL36.43º23.73%53.73%-
HSV(B)36.43º33.94%64.71%-
XYZ28.128.7518.54-
YUV145.7107.29141.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.57%
GREEN value IS 143 (56.25% from 255) = 34.29%
BLUE value IS 109 (42.97% from 255) = 26.14%
R=39.57%
G=34.29%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514310900.130.340.3536.4323.7353.73
HexA58F6D0D2223241836
Octal2452171550154243443066
Binary101001011000111111011010110110001010001110010011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58F6D; }

 p { color: rgb(165,143,109); }

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

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

 a { background-color: rgb(165,143,109); }

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

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

 span { border-color: rgb(165,143,109); }

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