#AF966C

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

Shades of Mongoose #AF966C

Tints of Mongoose #AF966C

Color information

#AF966C (or 0xAF966C) is unknown color: approx Mongoose. HEX triplet: AF, 96 and 6C. RGB value is (175,150,108). Sum of RGB (Red+Green+Blue) = 175+150+108=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 108 (42.58% from 255 or 24.94% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AF966C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF966C is #506993. Grayscale: #989898. Windows color (decimal): -5269908 or 7116463. OLE color: 7116463.

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

Color convert

RGB175150108-
CMYK00.140.380.31
HSL37.61º29.52%55.49%-
HSV(B)37.61º38.29%68.63%-
XYZ31.2932.0118.72-
YUV152.69102.78143.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.42%
GREEN value IS 150 (58.98% from 255) = 34.64%
BLUE value IS 108 (42.58% from 255) = 24.94%
R=40.42%
G=34.64%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515010800.140.380.3137.6129.5255.49
HexAF966C0E261F261e37
Octal2572261540164637463667
Binary10101111100101101101100011101001101111110011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF966C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF966C; }

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

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

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

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

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

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

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

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