#AF8C72

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

Shades of Mongoose #AF8C72

Tints of Mongoose #AF8C72

Color information

#AF8C72 (or 0xAF8C72) is unknown color: approx Mongoose. HEX triplet: AF, 8C and 72. RGB value is (175,140,114). Sum of RGB (Red+Green+Blue) = 175+140+114=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8C72 is #50738D. Grayscale: #939393. Windows color (decimal): -5272462 or 7507119. OLE color: 7507119.

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

Color convert

RGB175140114-
CMYK00.20.350.31
HSL25.57º27.6%56.67%-
HSV(B)25.57º34.86%68.63%-
XYZ30.0929.0919.95-
YUV147.5109.1147.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.79%
GREEN value IS 140 (55.08% from 255) = 32.63%
BLUE value IS 114 (44.92% from 255) = 26.57%
R=40.79%
G=32.63%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514011400.20.350.3125.5727.656.67
HexAF8C72014231F1a1c39
Octal2572141620244337323471
Binary10101111100011001110010010100100011111111101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8C72; }

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

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

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

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

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

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

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

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