#a98974

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

Shades of Mongoose #A98974

Tints of Mongoose #A98974

Color information

#A98974 (or 0xA98974) is unknown color: approx Mongoose. HEX triplet: A9, 89 and 74. RGB value is (169,137,116). Sum of RGB (Red+Green+Blue) = 169+137+116=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 137 (53.91% from 255 or 32.46% from 422); Blue value is 116 (45.70% from 255 or 27.49% from 422); Max value from RGB is 169 - color contains mainly: red. Hex color #A98974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98974 is #56768B. Grayscale: #909090. Windows color (decimal): -5666444 or 7637417. OLE color: 7637417.

HSL color Cylindrical-coordinate representation of color #A98974: hue angle of 23.77º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A98974 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB169137116-
CMYK00.190.310.34
HSL23.77º23.56%55.88%-
HSV(B)23.77º31.36%66.27%-
XYZ28.4627.5920.35-
YUV144.17112.1145.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.05%
GREEN value IS 137 (53.91% from 255) = 32.46%
BLUE value IS 116 (45.70% from 255) = 27.49%
R=40.05%
G=32.46%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913711600.190.310.3423.7723.5655.88
HexA989740131F22181838
Octal2512111640233742303070
Binary10101001100010011110100010011111111000101100011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a98974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a98974; }

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

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

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

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

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

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

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

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