#AF916D

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

Shades of Mongoose #AF916D

Tints of Mongoose #AF916D

Color information

#AF916D (or 0xAF916D) is unknown color: approx Mongoose. HEX triplet: AF, 91 and 6D. RGB value is (175,145,109). Sum of RGB (Red+Green+Blue) = 175+145+109=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AF916D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF916D is #506E92. Grayscale: #969696. Windows color (decimal): -5271187 or 7180719. OLE color: 7180719.

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

Color convert

RGB175145109-
CMYK00.170.380.31
HSL32.73º29.2%55.69%-
HSV(B)32.73º37.71%68.63%-
XYZ30.5630.4718.74-
YUV149.87104.94145.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.79%
GREEN value IS 145 (57.03% from 255) = 33.80%
BLUE value IS 109 (42.97% from 255) = 25.41%
R=40.79%
G=33.80%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514510900.170.380.3132.7329.255.69
HexAF916D011261F211d38
Octal2572211550214637413570
Binary101011111001000111011010100011001101111110000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF916D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF916D; }

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

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

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

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

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

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

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

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