#AF916C

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

Shades of Mongoose #AF916C

Tints of Mongoose #AF916C

Color information

#AF916C (or 0xAF916C) is unknown color: approx Mongoose. HEX triplet: AF, 91 and 6C. RGB value is (175,145,108). Sum of RGB (Red+Green+Blue) = 175+145+108=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 108 (42.58% from 255 or 25.23% from 428); Max value from RGB is 175 - color contains mainly: red. Hex color #AF916C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF916C is #506E93. Grayscale: #959595. Windows color (decimal): -5271188 or 7115183. OLE color: 7115183.

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

Color convert

RGB175145108-
CMYK00.170.380.31
HSL33.13º29.52%55.49%-
HSV(B)33.13º38.29%68.63%-
XYZ30.5130.4518.46-
YUV149.75104.44146.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.89%
GREEN value IS 145 (57.03% from 255) = 33.88%
BLUE value IS 108 (42.58% from 255) = 25.23%
R=40.89%
G=33.88%
B=25.23%

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
Decimal17514510800.170.380.3133.1329.5255.49
HexAF916C011261F211e37
Octal2572211540214637413667
Binary101011111001000111011000100011001101111110000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF916C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF916C; }

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

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

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

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

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

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

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

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