#A98B6B

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

Shades of Mongoose #A98B6B

Tints of Mongoose #A98B6B

Color information

#A98B6B (or 0xA98B6B) is unknown color: approx Mongoose. HEX triplet: A9, 8B and 6B. RGB value is (169,139,107). Sum of RGB (Red+Green+Blue) = 169+139+107=415 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.72% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 107 (42.19% from 255 or 25.78% from 415); Max value from RGB is 169 - color contains mainly: red. Hex color #A98B6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98B6B is #567494. Grayscale: #909090. Windows color (decimal): -5665941 or 7048105. OLE color: 7048105.

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

Color convert

RGB169139107-
CMYK00.180.370.34
HSL30.97º26.5%54.12%-
HSV(B)30.97º36.69%66.27%-
XYZ28.2527.9617.82-
YUV144.32106.94145.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.72%
GREEN value IS 139 (54.69% from 255) = 33.49%
BLUE value IS 107 (42.19% from 255) = 25.78%
R=40.72%
G=33.49%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913910700.180.370.3430.9726.554.12
HexA98B6B01225221f1a36
Octal2512131530224542373266
Binary101010011000101111010110100101001011000101111111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98B6B; }

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

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

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

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

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

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

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

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