#AF956D

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

Shades of Mongoose #AF956D

Tints of Mongoose #AF956D

Color information

#AF956D (or 0xAF956D) is unknown color: approx Mongoose. HEX triplet: AF, 95 and 6D. RGB value is (175,149,109). Sum of RGB (Red+Green+Blue) = 175+149+109=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AF956D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF956D is #506A92. Grayscale: #989898. Windows color (decimal): -5270163 or 7181743. OLE color: 7181743.

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

Color convert

RGB175149109-
CMYK00.150.380.31
HSL36.36º29.2%55.69%-
HSV(B)36.36º37.71%68.63%-
XYZ31.1931.7118.95-
YUV152.21103.61144.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.42%
GREEN value IS 149 (58.59% from 255) = 34.41%
BLUE value IS 109 (42.97% from 255) = 25.17%
R=40.42%
G=34.41%
B=25.17%

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
Decimal17514910900.150.380.3136.3629.255.69
HexAF956D0F261F241d38
Octal2572251550174637443570
Binary10101111100101011101101011111001101111110010011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF956D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF956D; }

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

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

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

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

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

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

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

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