#A98E6B

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

Shades of Mongoose #A98E6B

Tints of Mongoose #A98E6B

Color information

#A98E6B (or 0xA98E6B) is unknown color: approx Mongoose. HEX triplet: A9, 8E and 6B. RGB value is (169,142,107). Sum of RGB (Red+Green+Blue) = 169+142+107=418 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.43% from 418); Green value is 142 (55.86% from 255 or 33.97% from 418); Blue value is 107 (42.19% from 255 or 25.60% from 418); Max value from RGB is 169 - color contains mainly: red. Hex color #A98E6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98E6B is #567194. Grayscale: #929292. Windows color (decimal): -5665173 or 7048873. OLE color: 7048873.

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

Color convert

RGB169142107-
CMYK00.160.370.34
HSL33.87º26.5%54.12%-
HSV(B)33.87º36.69%66.27%-
XYZ28.6928.8417.97-
YUV146.08105.95144.35-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.43%
GREEN value IS 142 (55.86% from 255) = 33.97%
BLUE value IS 107 (42.19% from 255) = 25.60%
R=40.43%
G=33.97%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914210700.160.370.3433.8726.554.12
HexA98E6B0102522221a36
Octal2512161530204542423266
Binary1010100110001110110101101000010010110001010001011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98E6B; }

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

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

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

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

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

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

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

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