#af8f6c

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

Shades of Mongoose #AF8F6C

Tints of Mongoose #AF8F6C

Color information

#AF8F6C (or 0xAF8F6C) is unknown color: approx Mongoose. HEX triplet: AF, 8F and 6C. RGB value is (175,143,108). Sum of RGB (Red+Green+Blue) = 175+143+108=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8F6C is #507093. Grayscale: #949494. Windows color (decimal): -5271700 or 7114671. OLE color: 7114671.

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

Color convert

RGB175143108-
CMYK00.180.380.31
HSL31.34º29.52%55.49%-
HSV(B)31.34º38.29%68.63%-
XYZ30.2129.8418.36-
YUV148.58105.1146.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.08%
GREEN value IS 143 (56.25% from 255) = 33.57%
BLUE value IS 108 (42.58% from 255) = 25.35%
R=41.08%
G=33.57%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514310800.180.380.3131.3429.5255.49
HexAF8F6C012261F1f1e37
Octal2572171540224637373667
Binary10101111100011111101100010010100110111111111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af8f6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af8f6c; }

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

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

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

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

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

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

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

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