#A48D6F

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

Shades of Mongoose #A48D6F

Tints of Mongoose #A48D6F

Color information

#A48D6F (or 0xA48D6F) is unknown color: approx Mongoose. HEX triplet: A4, 8D and 6F. RGB value is (164,141,111). Sum of RGB (Red+Green+Blue) = 164+141+111=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 111 (43.75% from 255 or 26.68% from 416); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48D6F is #5B7290. Grayscale: #909090. Windows color (decimal): -5993105 or 7310756. OLE color: 7310756.

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

Color convert

RGB164141111-
CMYK00.140.320.36
HSL33.96º22.55%53.92%-
HSV(B)33.96º32.32%64.31%-
XYZ27.728.0919-
YUV144.46109.12141.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.42%
GREEN value IS 141 (55.47% from 255) = 33.89%
BLUE value IS 111 (43.75% from 255) = 26.68%
R=39.42%
G=33.89%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414111100.140.320.3633.9622.5553.92
HexA48D6F0E2024221736
Octal2442151570164044422766
Binary101001001000110111011110111010000010010010001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48D6F; }

 p { color: rgb(164,141,111); }

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

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

 a { background-color: rgb(164,141,111); }

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

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

 span { border-color: rgb(164,141,111); }

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