#A58D6E

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

Shades of Mongoose #A58D6E

Tints of Mongoose #A58D6E

Color information

#A58D6E (or 0xA58D6E) is unknown color: approx Mongoose. HEX triplet: A5, 8D and 6E. RGB value is (165,141,110). Sum of RGB (Red+Green+Blue) = 165+141+110=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 165 - color contains mainly: red. Hex color #A58D6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58D6E is #5A7291. Grayscale: #909090. Windows color (decimal): -5927570 or 7245221. OLE color: 7245221.

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

Color convert

RGB165141110-
CMYK00.150.330.35
HSL33.82º23.4%53.92%-
HSV(B)33.82º33.33%64.71%-
XYZ27.8628.1718.72-
YUV144.64108.45142.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.66%
GREEN value IS 141 (55.47% from 255) = 33.89%
BLUE value IS 110 (43.36% from 255) = 26.44%
R=39.66%
G=33.89%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514111000.150.330.3533.8223.453.92
HexA58D6E0F2123221736
Octal2452151560174143422766
Binary101001011000110111011100111110000110001110001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58D6E; }

 p { color: rgb(165,141,110); }

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

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

 a { background-color: rgb(165,141,110); }

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

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

 span { border-color: rgb(165,141,110); }

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