#A98D6B

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

Shades of Mongoose #A98D6B

Tints of Mongoose #A98D6B

Color information

#A98D6B (or 0xA98D6B) is unknown color: approx Mongoose. HEX triplet: A9, 8D and 6B. RGB value is (169,141,107). Sum of RGB (Red+Green+Blue) = 169+141+107=417 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.53% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 107 (42.19% from 255 or 25.66% from 417); Max value from RGB is 169 - color contains mainly: red. Hex color #A98D6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98D6B is #567294. Grayscale: #919191. Windows color (decimal): -5665429 or 7048617. OLE color: 7048617.

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

Color convert

RGB169141107-
CMYK00.170.370.34
HSL32.9º26.5%54.12%-
HSV(B)32.9º36.69%66.27%-
XYZ28.5428.5517.92-
YUV145.5106.28144.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.53%
GREEN value IS 141 (55.47% from 255) = 33.81%
BLUE value IS 107 (42.19% from 255) = 25.66%
R=40.53%
G=33.81%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914110700.170.370.3432.926.554.12
HexA98D6B0112522211a36
Octal2512151530214542413266
Binary1010100110001101110101101000110010110001010000111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98D6B; }

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

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

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

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

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

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

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

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