#AF966D

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

Shades of Mongoose #AF966D

Tints of Mongoose #AF966D

Color information

#AF966D (or 0xAF966D) is unknown color: approx Mongoose. HEX triplet: AF, 96 and 6D. RGB value is (175,150,109). Sum of RGB (Red+Green+Blue) = 175+150+109=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 150 (58.98% from 255 or 34.56% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AF966D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF966D is #506992. Grayscale: #989898. Windows color (decimal): -5269907 or 7181999. OLE color: 7181999.

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

Color convert

RGB175150109-
CMYK00.140.380.31
HSL37.27º29.2%55.69%-
HSV(B)37.27º37.71%68.63%-
XYZ31.3532.0319-
YUV152.8103.28143.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.32%
GREEN value IS 150 (58.98% from 255) = 34.56%
BLUE value IS 109 (42.97% from 255) = 25.12%
R=40.32%
G=34.56%
B=25.12%

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
Decimal17515010900.140.380.3137.2729.255.69
HexAF966D0E261F251d38
Octal2572261550164637453570
Binary10101111100101101101101011101001101111110010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF966D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF966D; }

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

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

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

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

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

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

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

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