#AF9372

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

Shades of Mongoose #AF9372

Tints of Mongoose #AF9372

Color information

#AF9372 (or 0xAF9372) is unknown color: approx Mongoose. HEX triplet: AF, 93 and 72. RGB value is (175,147,114). Sum of RGB (Red+Green+Blue) = 175+147+114=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 147 (57.81% from 255 or 33.72% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9372 is #506C8D. Grayscale: #979797. Windows color (decimal): -5270670 or 7508911. OLE color: 7508911.

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

Color convert

RGB175147114-
CMYK00.160.350.31
HSL32.46º27.6%56.67%-
HSV(B)32.46º34.86%68.63%-
XYZ31.1531.220.3-
YUV151.61106.78144.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.14%
GREEN value IS 147 (57.81% from 255) = 33.72%
BLUE value IS 114 (44.92% from 255) = 26.15%
R=40.14%
G=33.72%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514711400.160.350.3132.4627.656.67
HexAF9372010231F201c39
Octal2572231620204337403471
Binary101011111001001111100100100001000111111110000011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9372; }

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

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

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

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

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

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

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

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