#A9926E

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

Shades of Mongoose #A9926E

Tints of Mongoose #A9926E

Color information

#A9926E (or 0xA9926E) is unknown color: approx Mongoose. HEX triplet: A9, 92 and 6E. RGB value is (169,146,110). Sum of RGB (Red+Green+Blue) = 169+146+110=425 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.76% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 110 (43.36% from 255 or 25.88% from 425); Max value from RGB is 169 - color contains mainly: red. Hex color #A9926E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9926E is #566D91. Grayscale: #949494. Windows color (decimal): -5664146 or 7246505. OLE color: 7246505.

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

Color convert

RGB169146110-
CMYK00.140.350.34
HSL36.61º25.54%54.71%-
HSV(B)36.61º34.91%66.27%-
XYZ29.4630.1219.01-
YUV148.77106.12142.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.76%
GREEN value IS 146 (57.42% from 255) = 34.35%
BLUE value IS 110 (43.36% from 255) = 25.88%
R=39.76%
G=34.35%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914611000.140.350.3436.6125.5454.71
HexA9926E0E2322251a37
Octal2512221560164342453267
Binary101010011001001011011100111010001110001010010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9926E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9926E; }

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

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

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

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

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

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

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

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