#A98F6A

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

Shades of Mongoose #A98F6A

Tints of Mongoose #A98F6A

Color information

#A98F6A (or 0xA98F6A) is unknown color: approx Mongoose. HEX triplet: A9, 8F and 6A. RGB value is (169,143,106). Sum of RGB (Red+Green+Blue) = 169+143+106=418 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.43% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 106 (41.80% from 255 or 25.36% from 418); Max value from RGB is 169 - color contains mainly: red. Hex color #A98F6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98F6A is #567095. Grayscale: #929292. Windows color (decimal): -5664918 or 6983593. OLE color: 6983593.

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

Color convert

RGB169143106-
CMYK00.150.370.34
HSL35.24º26.81%53.92%-
HSV(B)35.24º37.28%66.27%-
XYZ28.7929.1217.74-
YUV146.56105.11144.01-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.43%
GREEN value IS 143 (56.25% from 255) = 34.21%
BLUE value IS 106 (41.80% from 255) = 25.36%
R=40.43%
G=34.21%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914310600.150.370.3435.2426.8153.92
HexA98F6A0F2522231b36
Octal2512171520174542433366
Binary101010011000111111010100111110010110001010001111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98F6A; }

 p { color: rgb(169,143,106); }

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

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

 a { background-color: rgb(169,143,106); }

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

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

 span { border-color: rgb(169,143,106); }

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