#AF8F6F

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

Shades of Mongoose #AF8F6F

Tints of Mongoose #AF8F6F

Color information

#AF8F6F (or 0xAF8F6F) is unknown color: approx Mongoose. HEX triplet: AF, 8F and 6F. RGB value is (175,143,111). Sum of RGB (Red+Green+Blue) = 175+143+111=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 111 (43.75% from 255 or 25.87% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8F6F is #507090. Grayscale: #959595. Windows color (decimal): -5271697 or 7311279. OLE color: 7311279.

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

Color convert

RGB175143111-
CMYK00.180.370.31
HSL30º28.57%56.08%-
HSV(B)30º36.57%68.63%-
XYZ30.3729.9119.21-
YUV148.92106.6146.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.79%
GREEN value IS 143 (56.25% from 255) = 33.33%
BLUE value IS 111 (43.75% from 255) = 25.87%
R=40.79%
G=33.33%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514311100.180.370.313028.5756.08
HexAF8F6F012251F1e1d38
Octal2572171570224537363570
Binary10101111100011111101111010010100101111111111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8F6F; }

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

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

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

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

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

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

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

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