#A58C6F

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

Shades of Mongoose #A58C6F

Tints of Mongoose #A58C6F

Color information

#A58C6F (or 0xA58C6F) is unknown color: approx Mongoose. HEX triplet: A5, 8C and 6F. RGB value is (165,140,111). Sum of RGB (Red+Green+Blue) = 165+140+111=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 111 (43.75% from 255 or 26.68% from 416); Max value from RGB is 165 - color contains mainly: red. Hex color #A58C6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58C6F is #5A7390. Grayscale: #909090. Windows color (decimal): -5927825 or 7310501. OLE color: 7310501.

HSL color Cylindrical-coordinate representation of color #A58C6F: hue angle of 32.22º 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 #A58C6F is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB165140111-
CMYK00.150.330.35
HSL32.22º23.08%54.12%-
HSV(B)32.22º32.73%64.71%-
XYZ27.7627.918.96-
YUV144.17109.28142.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.66%
GREEN value IS 140 (55.08% from 255) = 33.65%
BLUE value IS 111 (43.75% from 255) = 26.68%
R=39.66%
G=33.65%
B=26.68%

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
Decimal16514011100.150.330.3532.2223.0854.12
HexA58C6F0F2123201736
Octal2452141570174143402766
Binary101001011000110011011110111110000110001110000010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58C6F; }

 p { color: rgb(165,140,111); }

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

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

 a { background-color: rgb(165,140,111); }

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

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

 span { border-color: rgb(165,140,111); }

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