#AF886F

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

Shades of Mongoose #AF886F

Tints of Mongoose #AF886F

Color information

#AF886F (or 0xAF886F) is unknown color: approx Mongoose. HEX triplet: AF, 88 and 6F. RGB value is (175,136,111). Sum of RGB (Red+Green+Blue) = 175+136+111=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 136 (53.52% from 255 or 32.23% from 422); Blue value is 111 (43.75% from 255 or 26.30% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF886F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF886F is #507790. Grayscale: #909090. Windows color (decimal): -5273489 or 7309487. OLE color: 7309487.

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

Color convert

RGB175136111-
CMYK00.220.370.31
HSL23.44º28.57%56.08%-
HSV(B)23.44º36.57%68.63%-
XYZ29.3527.8718.87-
YUV144.81108.92149.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.47%
GREEN value IS 136 (53.52% from 255) = 32.23%
BLUE value IS 111 (43.75% from 255) = 26.30%
R=41.47%
G=32.23%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513611100.220.370.3123.4428.5756.08
HexAF886F016251F171d38
Octal2572101570264537273570
Binary10101111100010001101111010110100101111111011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF886F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF886F; }

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

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

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

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

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

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

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

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