#AA8F68

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

Shades of Mongoose #AA8F68

Tints of Mongoose #AA8F68

Color information

#AA8F68 (or 0xAA8F68) is unknown color: approx Mongoose. HEX triplet: AA, 8F and 68. RGB value is (170,143,104). Sum of RGB (Red+Green+Blue) = 170+143+104=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 104 (41.02% from 255 or 24.94% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8F68 is #557097. Grayscale: #929292. Windows color (decimal): -5599384 or 6852522. OLE color: 6852522.

HSL color Cylindrical-coordinate representation of color #AA8F68: hue angle of 35.45º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA8F68 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB170143104-
CMYK00.160.390.33
HSL35.45º27.97%53.73%-
HSV(B)35.45º38.82%66.67%-
XYZ28.929.1917.21-
YUV146.63103.95144.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.77%
GREEN value IS 143 (56.25% from 255) = 34.29%
BLUE value IS 104 (41.02% from 255) = 24.94%
R=40.77%
G=34.29%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014310400.160.390.3335.4527.9753.73
HexAA8F680102721231c36
Octal2522171500204741433466
Binary1010101010001111110100001000010011110000110001111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8F68; }

 p { color: rgb(170,143,104); }

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

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

 a { background-color: rgb(170,143,104); }

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

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

 span { border-color: rgb(170,143,104); }

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