#A9866F

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

Shades of Mongoose #A9866F

Tints of Mongoose #A9866F

Color information

#A9866F (or 0xA9866F) is unknown color: approx Mongoose. HEX triplet: A9, 86 and 6F. RGB value is (169,134,111). Sum of RGB (Red+Green+Blue) = 169+134+111=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 111 (43.75% from 255 or 26.81% from 414); Max value from RGB is 169 - color contains mainly: red. Hex color #A9866F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9866F is #567990. Grayscale: #8D8D8D. Windows color (decimal): -5667217 or 7308969. OLE color: 7308969.

HSL color Cylindrical-coordinate representation of color #A9866F: hue angle of 23.79º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A9866F is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB169134111-
CMYK00.210.340.34
HSL23.79º25.22%54.9%-
HSV(B)23.79º34.32%66.27%-
XYZ27.7626.6318.72-
YUV141.84110.6147.37-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.82%
GREEN value IS 134 (52.73% from 255) = 32.37%
BLUE value IS 111 (43.75% from 255) = 26.81%
R=40.82%
G=32.37%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913411100.210.340.3423.7925.2254.9
HexA9866F0152222181937
Octal2512061570254242303167
Binary101010011000011011011110101011000101000101100011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9866F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9866F; }

 p { color: rgb(169,134,111); }

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

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

 a { background-color: rgb(169,134,111); }

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

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

 span { border-color: rgb(169,134,111); }

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