#AF946D

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

Shades of Mongoose #AF946D

Tints of Mongoose #AF946D

Color information

#AF946D (or 0xAF946D) is unknown color: approx Mongoose. HEX triplet: AF, 94 and 6D. RGB value is (175,148,109). Sum of RGB (Red+Green+Blue) = 175+148+109=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AF946D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF946D is #506B92. Grayscale: #979797. Windows color (decimal): -5270419 or 7181487. OLE color: 7181487.

HSL color Cylindrical-coordinate representation of color #AF946D: hue angle of 35.45º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF946D is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB175148109-
CMYK00.150.380.31
HSL35.45º29.2%55.69%-
HSV(B)35.45º37.71%68.63%-
XYZ31.0331.418.89-
YUV151.63103.95144.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.51%
GREEN value IS 148 (58.20% from 255) = 34.26%
BLUE value IS 109 (42.97% from 255) = 25.23%
R=40.51%
G=34.26%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514810900.150.380.3135.4529.255.69
HexAF946D0F261F231d38
Octal2572241550174637433570
Binary10101111100101001101101011111001101111110001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF946D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF946D; }

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

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

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

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

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

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

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

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