#AF8E6F

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

Shades of Mongoose #AF8E6F

Tints of Mongoose #AF8E6F

Color information

#AF8E6F (or 0xAF8E6F) is unknown color: approx Mongoose. HEX triplet: AF, 8E and 6F. RGB value is (175,142,111). Sum of RGB (Red+Green+Blue) = 175+142+111=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 142 (55.86% from 255 or 33.18% from 428); Blue value is 111 (43.75% from 255 or 25.93% from 428); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8E6F is #507190. Grayscale: #949494. Windows color (decimal): -5271953 or 7311023. OLE color: 7311023.

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

Color convert

RGB175142111-
CMYK00.190.370.31
HSL29.06º28.57%56.08%-
HSV(B)29.06º36.57%68.63%-
XYZ30.2229.6119.16-
YUV148.33106.93147.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.89%
GREEN value IS 142 (55.86% from 255) = 33.18%
BLUE value IS 111 (43.75% from 255) = 25.93%
R=40.89%
G=33.18%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514211100.190.370.3129.0628.5756.08
HexAF8E6F013251F1d1d38
Octal2572161570234537353570
Binary10101111100011101101111010011100101111111110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8E6F; }

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

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

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

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

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

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

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

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