#AF8F71

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

Shades of Mongoose #AF8F71

Tints of Mongoose #AF8F71

Color information

#AF8F71 (or 0xAF8F71) is unknown color: approx Mongoose. HEX triplet: AF, 8F and 71. RGB value is (175,143,113). Sum of RGB (Red+Green+Blue) = 175+143+113=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 113 (44.53% from 255 or 26.22% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8F71 is #50708E. Grayscale: #959595. Windows color (decimal): -5271695 or 7442351. OLE color: 7442351.

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

Color convert

RGB175143113-
CMYK00.180.350.31
HSL29.03º27.93%56.47%-
HSV(B)29.03º35.43%68.63%-
XYZ30.4829.9519.8-
YUV149.15107.6146.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.60%
GREEN value IS 143 (56.25% from 255) = 33.18%
BLUE value IS 113 (44.53% from 255) = 26.22%
R=40.60%
G=33.18%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514311300.180.350.3129.0327.9356.47
HexAF8F71012231F1d1c38
Octal2572171610224337353470
Binary10101111100011111110001010010100011111111110111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8F71; }

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

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

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

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

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

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

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

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