#AF956C

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

Shades of Mongoose #AF956C

Tints of Mongoose #AF956C

Color information

#AF956C (or 0xAF956C) is unknown color: approx Mongoose. HEX triplet: AF, 95 and 6C. RGB value is (175,149,108). Sum of RGB (Red+Green+Blue) = 175+149+108=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 108 (42.58% from 255 or 25% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AF956C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF956C is #506A93. Grayscale: #989898. Windows color (decimal): -5270164 or 7116207. OLE color: 7116207.

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

Color convert

RGB175149108-
CMYK00.150.380.31
HSL36.72º29.52%55.49%-
HSV(B)36.72º38.29%68.63%-
XYZ31.1331.6918.66-
YUV152.1103.11144.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.51%
GREEN value IS 149 (58.59% from 255) = 34.49%
BLUE value IS 108 (42.58% from 255) = 25%
R=40.51%
G=34.49%
B=25%

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
Decimal17514910800.150.380.3136.7229.5255.49
HexAF956C0F261F251e37
Octal2572251540174637453667
Binary10101111100101011101100011111001101111110010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF956C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF956C; }

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

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

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

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

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

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

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

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