#AF8F6D

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

Shades of Mongoose #AF8F6D

Tints of Mongoose #AF8F6D

Color information

#AF8F6D (or 0xAF8F6D) is unknown color: approx Mongoose. HEX triplet: AF, 8F and 6D. RGB value is (175,143,109). Sum of RGB (Red+Green+Blue) = 175+143+109=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 143 (56.25% from 255 or 33.49% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8F6D is #507092. Grayscale: #949494. Windows color (decimal): -5271699 or 7180207. OLE color: 7180207.

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

Color convert

RGB175143109-
CMYK00.180.380.31
HSL30.91º29.2%55.69%-
HSV(B)30.91º37.71%68.63%-
XYZ30.2629.8618.64-
YUV148.69105.6146.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.98%
GREEN value IS 143 (56.25% from 255) = 33.49%
BLUE value IS 109 (42.97% from 255) = 25.53%
R=40.98%
G=33.49%
B=25.53%

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
Decimal17514310900.180.380.3130.9129.255.69
HexAF8F6D012261F1f1d38
Octal2572171550224637373570
Binary10101111100011111101101010010100110111111111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8F6D; }

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

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

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

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

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

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

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

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