#AF8871

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

Shades of Mongoose #AF8871

Tints of Mongoose #AF8871

Color information

#AF8871 (or 0xAF8871) is unknown color: approx Mongoose. HEX triplet: AF, 88 and 71. RGB value is (175,136,113). Sum of RGB (Red+Green+Blue) = 175+136+113=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 136 (53.52% from 255 or 32.08% from 424); Blue value is 113 (44.53% from 255 or 26.65% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8871 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8871 is #50778E. Grayscale: #919191. Windows color (decimal): -5273487 or 7440559. OLE color: 7440559.

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

Color convert

RGB175136113-
CMYK00.220.350.31
HSL22.26º27.93%56.47%-
HSV(B)22.26º35.43%68.63%-
XYZ29.4627.9119.46-
YUV145.04109.92149.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.27%
GREEN value IS 136 (53.52% from 255) = 32.08%
BLUE value IS 113 (44.53% from 255) = 26.65%
R=41.27%
G=32.08%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513611300.220.350.3122.2627.9356.47
HexAF8871016231F161c38
Octal2572101610264337263470
Binary10101111100010001110001010110100011111111011011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8871; }

 p { color: rgb(175,136,113); }

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

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

 a { background-color: rgb(175,136,113); }

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

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

 span { border-color: rgb(175,136,113); }

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