#A9926F

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

Shades of Mongoose #A9926F

Tints of Mongoose #A9926F

Color information

#A9926F (or 0xA9926F) is unknown color: approx Mongoose. HEX triplet: A9, 92 and 6F. RGB value is (169,146,111). Sum of RGB (Red+Green+Blue) = 169+146+111=426 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.67% from 426); Green value is 146 (57.42% from 255 or 34.27% from 426); Blue value is 111 (43.75% from 255 or 26.06% from 426); Max value from RGB is 169 - color contains mainly: red. Hex color #A9926F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9926F is #566D90. Grayscale: #959595. Windows color (decimal): -5664145 or 7312041. OLE color: 7312041.

HSL color Cylindrical-coordinate representation of color #A9926F: hue angle of 36.21º 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 #A9926F is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB169146111-
CMYK00.140.340.34
HSL36.21º25.22%54.9%-
HSV(B)36.21º34.32%66.27%-
XYZ29.5130.1419.3-
YUV148.89106.62142.35-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.67%
GREEN value IS 146 (57.42% from 255) = 34.27%
BLUE value IS 111 (43.75% from 255) = 26.06%
R=39.67%
G=34.27%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914611100.140.340.3436.2125.2254.9
HexA9926F0E2222241937
Octal2512221570164242443167
Binary101010011001001011011110111010001010001010010011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9926F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9926F; }

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

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

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

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

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

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

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

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