#A89069

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

Shades of Mongoose #A89069

Tints of Mongoose #A89069

Color information

#A89069 (or 0xA89069) is unknown color: approx Mongoose. HEX triplet: A8, 90 and 69. RGB value is (168,144,105). Sum of RGB (Red+Green+Blue) = 168+144+105=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 105 (41.41% from 255 or 25.18% from 417); Max value from RGB is 168 - color contains mainly: red. Hex color #A89069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89069 is #576F96. Grayscale: #929292. Windows color (decimal): -5730199 or 6918312. OLE color: 6918312.

HSL color Cylindrical-coordinate representation of color #A89069: hue angle of 37.14º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A89069 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB168144105-
CMYK00.140.380.34
HSL37.14º26.58%53.53%-
HSV(B)37.14º37.5%65.88%-
XYZ28.6729.2917.51-
YUV146.73104.45143.17-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.29%
GREEN value IS 144 (56.64% from 255) = 34.53%
BLUE value IS 105 (41.41% from 255) = 25.18%
R=40.29%
G=34.53%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814410500.140.380.3437.1426.5853.53
HexA890690E2622251b36
Octal2502201510164642453366
Binary101010001001000011010010111010011010001010010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89069; }

 p { color: rgb(168,144,105); }

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

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

 a { background-color: rgb(168,144,105); }

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

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

 span { border-color: rgb(168,144,105); }

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