#AF916F

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

Shades of Mongoose #AF916F

Tints of Mongoose #AF916F

Color information

#AF916F (or 0xAF916F) is unknown color: approx Mongoose. HEX triplet: AF, 91 and 6F. RGB value is (175,145,111). Sum of RGB (Red+Green+Blue) = 175+145+111=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 145 (57.03% from 255 or 33.64% from 431); Blue value is 111 (43.75% from 255 or 25.75% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF916F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF916F is #506E90. Grayscale: #969696. Windows color (decimal): -5271185 or 7311791. OLE color: 7311791.

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

Color convert

RGB175145111-
CMYK00.170.370.31
HSL31.88º28.57%56.08%-
HSV(B)31.88º36.57%68.63%-
XYZ30.6730.5119.31-
YUV150.09105.94145.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.60%
GREEN value IS 145 (57.03% from 255) = 33.64%
BLUE value IS 111 (43.75% from 255) = 25.75%
R=40.60%
G=33.64%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514511100.170.370.3131.8828.5756.08
HexAF916F011251F201d38
Octal2572211570214537403570
Binary101011111001000111011110100011001011111110000011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF916F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF916F; }

 p { color: rgb(175,145,111); }

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

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

 a { background-color: rgb(175,145,111); }

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

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

 span { border-color: rgb(175,145,111); }

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