#A8926D

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

Shades of Mongoose #A8926D

Tints of Mongoose #A8926D

Color information

#A8926D (or 0xA8926D) is unknown color: approx Mongoose. HEX triplet: A8, 92 and 6D. RGB value is (168,146,109). Sum of RGB (Red+Green+Blue) = 168+146+109=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 168 - color contains mainly: red. Hex color #A8926D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8926D is #576D92. Grayscale: #949494. Windows color (decimal): -5729683 or 7180968. OLE color: 7180968.

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

Color convert

RGB168146109-
CMYK00.130.350.34
HSL37.63º25.32%54.31%-
HSV(B)37.63º35.12%65.88%-
XYZ29.1929.9918.72-
YUV148.36105.79142.01-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.72%
GREEN value IS 146 (57.42% from 255) = 34.52%
BLUE value IS 109 (42.97% from 255) = 25.77%
R=39.72%
G=34.52%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814610900.130.350.3437.6325.3254.31
HexA8926D0D2322261936
Octal2502221550154342463166
Binary101010001001001011011010110110001110001010011011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8926D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8926D; }

 p { color: rgb(168,146,109); }

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

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

 a { background-color: rgb(168,146,109); }

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

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

 span { border-color: rgb(168,146,109); }

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