#A98D67

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

Shades of Mongoose #A98D67

Tints of Mongoose #A98D67

Color information

#A98D67 (or 0xA98D67) is unknown color: approx Mongoose. HEX triplet: A9, 8D and 67. RGB value is (169,141,103). Sum of RGB (Red+Green+Blue) = 169+141+103=413 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.92% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 103 (40.62% from 255 or 24.94% from 413); Max value from RGB is 169 - color contains mainly: red. Hex color #A98D67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98D67 is #567298. Grayscale: #919191. Windows color (decimal): -5665433 or 6786473. OLE color: 6786473.

HSL color Cylindrical-coordinate representation of color #A98D67: hue angle of 34.55º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A98D67 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB169141103-
CMYK00.170.390.34
HSL34.55º27.73%53.33%-
HSV(B)34.55º39.05%66.27%-
XYZ28.3428.4616.83-
YUV145.04104.28145.09-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.92%
GREEN value IS 141 (55.47% from 255) = 34.14%
BLUE value IS 103 (40.62% from 255) = 24.94%
R=40.92%
G=34.14%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914110300.170.390.3434.5527.7353.33
HexA98D670112722231c35
Octal2512151470214742433465
Binary1010100110001101110011101000110011110001010001111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98D67; }

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

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

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

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

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

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

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

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