#AF9472

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

Shades of Mongoose #AF9472

Tints of Mongoose #AF9472

Color information

#AF9472 (or 0xAF9472) is unknown color: approx Mongoose. HEX triplet: AF, 94 and 72. RGB value is (175,148,114). Sum of RGB (Red+Green+Blue) = 175+148+114=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9472 is #506B8D. Grayscale: #989898. Windows color (decimal): -5270414 or 7509167. OLE color: 7509167.

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

Color convert

RGB175148114-
CMYK00.150.350.31
HSL33.44º27.6%56.67%-
HSV(B)33.44º34.86%68.63%-
XYZ31.3131.5120.35-
YUV152.2106.45144.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.05%
GREEN value IS 148 (58.20% from 255) = 33.87%
BLUE value IS 114 (44.92% from 255) = 26.09%
R=40.05%
G=33.87%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514811400.150.350.3133.4427.656.67
HexAF94720F231F211c39
Octal2572241620174337413471
Binary10101111100101001110010011111000111111110000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9472; }

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

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

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

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

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

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

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

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