#AF8F72

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

Shades of Mongoose #AF8F72

Tints of Mongoose #AF8F72

Color information

#AF8F72 (or 0xAF8F72) is unknown color: approx Mongoose. HEX triplet: AF, 8F and 72. RGB value is (175,143,114). Sum of RGB (Red+Green+Blue) = 175+143+114=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 114 (44.92% from 255 or 26.39% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8F72 is #50708D. Grayscale: #959595. Windows color (decimal): -5271694 or 7507887. OLE color: 7507887.

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

Color convert

RGB175143114-
CMYK00.180.350.31
HSL28.52º27.6%56.67%-
HSV(B)28.52º34.86%68.63%-
XYZ30.5429.9720.1-
YUV149.26108.1146.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.51%
GREEN value IS 143 (56.25% from 255) = 33.10%
BLUE value IS 114 (44.92% from 255) = 26.39%
R=40.51%
G=33.10%
B=26.39%

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
Decimal17514311400.180.350.3128.5227.656.67
HexAF8F72012231F1d1c39
Octal2572171620224337353471
Binary10101111100011111110010010010100011111111110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8F72; }

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

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

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

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

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

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

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

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