#AF896D

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

Shades of Mongoose #AF896D

Tints of Mongoose #AF896D

Color information

#AF896D (or 0xAF896D) is unknown color: approx Mongoose. HEX triplet: AF, 89 and 6D. RGB value is (175,137,109). Sum of RGB (Red+Green+Blue) = 175+137+109=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 137 (53.91% from 255 or 32.54% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF896D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF896D is #507692. Grayscale: #919191. Windows color (decimal): -5273235 or 7178671. OLE color: 7178671.

HSL color Cylindrical-coordinate representation of color #AF896D: hue angle of 25.45º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF896D is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB175137109-
CMYK00.220.380.31
HSL25.45º29.2%55.69%-
HSV(B)25.45º37.71%68.63%-
XYZ29.3928.1118.34-
YUV145.17107.59149.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.57%
GREEN value IS 137 (53.91% from 255) = 32.54%
BLUE value IS 109 (42.97% from 255) = 25.89%
R=41.57%
G=32.54%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513710900.220.380.3125.4529.255.69
HexAF896D016261F191d38
Octal2572111550264637313570
Binary10101111100010011101101010110100110111111100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF896D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF896D; }

 p { color: rgb(175,137,109); }

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

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

 a { background-color: rgb(175,137,109); }

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

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

 span { border-color: rgb(175,137,109); }

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