#A5906F

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

Shades of Mongoose #A5906F

Tints of Mongoose #A5906F

Color information

#A5906F (or 0xA5906F) is unknown color: approx Mongoose. HEX triplet: A5, 90 and 6F. RGB value is (165,144,111). Sum of RGB (Red+Green+Blue) = 165+144+111=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 165 - color contains mainly: red. Hex color #A5906F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5906F is #5A6F90. Grayscale: #929292. Windows color (decimal): -5926801 or 7311525. OLE color: 7311525.

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

Color convert

RGB165144111-
CMYK00.130.330.35
HSL36.67º23.08%54.12%-
HSV(B)36.67º32.73%64.71%-
XYZ28.3629.0919.16-
YUV146.52107.96141.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.29%
GREEN value IS 144 (56.64% from 255) = 34.29%
BLUE value IS 111 (43.75% from 255) = 26.43%
R=39.29%
G=34.29%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514411100.130.330.3536.6723.0854.12
HexA5906F0D2123251736
Octal2452201570154143452766
Binary101001011001000011011110110110000110001110010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5906F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5906F; }

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

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

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

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

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

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

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

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