#A9896B

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

Shades of Mongoose #A9896B

Tints of Mongoose #A9896B

Color information

#A9896B (or 0xA9896B) is unknown color: approx Mongoose. HEX triplet: A9, 89 and 6B. RGB value is (169,137,107). Sum of RGB (Red+Green+Blue) = 169+137+107=413 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.92% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 169 - color contains mainly: red. Hex color #A9896B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9896B is #567694. Grayscale: #8F8F8F. Windows color (decimal): -5666453 or 7047593. OLE color: 7047593.

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

Color convert

RGB169137107-
CMYK00.190.370.34
HSL29.03º26.5%54.12%-
HSV(B)29.03º36.69%66.27%-
XYZ27.9627.3917.72-
YUV143.15107.6146.44-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.92%
GREEN value IS 137 (53.91% from 255) = 33.17%
BLUE value IS 107 (42.19% from 255) = 25.91%
R=40.92%
G=33.17%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913710700.190.370.3429.0326.554.12
HexA9896B01325221d1a36
Octal2512111530234542353266
Binary101010011000100111010110100111001011000101110111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9896B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9896B; }

 p { color: rgb(169,137,107); }

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

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

 a { background-color: rgb(169,137,107); }

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

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

 span { border-color: rgb(169,137,107); }

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