#A8926A

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

Shades of Mongoose #A8926A

Tints of Mongoose #A8926A

Color information

#A8926A (or 0xA8926A) is unknown color: approx Mongoose. HEX triplet: A8, 92 and 6A. RGB value is (168,146,106). Sum of RGB (Red+Green+Blue) = 168+146+106=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 146 (57.42% from 255 or 34.76% from 420); Blue value is 106 (41.80% from 255 or 25.24% from 420); Max value from RGB is 168 - color contains mainly: red. Hex color #A8926A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8926A is #576D95. Grayscale: #949494. Windows color (decimal): -5729686 or 6984360. OLE color: 6984360.

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

Color convert

RGB168146106-
CMYK00.130.370.34
HSL38.71º26.27%53.73%-
HSV(B)38.71º36.9%65.88%-
XYZ29.0329.9217.88-
YUV148.02104.29142.25-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40%
GREEN value IS 146 (57.42% from 255) = 34.76%
BLUE value IS 106 (41.80% from 255) = 25.24%
R=40%
G=34.76%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814610600.130.370.3438.7126.2753.73
HexA8926A0D2522271a36
Octal2502221520154542473266
Binary101010001001001011010100110110010110001010011111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8926A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8926A; }

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

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

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

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

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

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

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

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