#AF8771

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

Shades of Mongoose #AF8771

Tints of Mongoose #AF8771

Color information

#AF8771 (or 0xAF8771) is unknown color: approx Mongoose. HEX triplet: AF, 87 and 71. RGB value is (175,135,113). Sum of RGB (Red+Green+Blue) = 175+135+113=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8771 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8771 is #50788E. Grayscale: #909090. Windows color (decimal): -5273743 or 7440303. OLE color: 7440303.

HSL color Cylindrical-coordinate representation of color #AF8771: hue angle of 21.29º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF8771 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB175135113-
CMYK00.230.350.31
HSL21.29º27.93%56.47%-
HSV(B)21.29º35.43%68.63%-
XYZ29.3227.6319.41-
YUV144.45110.25149.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.37%
GREEN value IS 135 (53.12% from 255) = 31.91%
BLUE value IS 113 (44.53% from 255) = 26.71%
R=41.37%
G=31.91%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513511300.230.350.3121.2927.9356.47
HexAF8771017231F151c38
Octal2572071610274337253470
Binary10101111100001111110001010111100011111111010111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8771; }

 p { color: rgb(175,135,113); }

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

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

 a { background-color: rgb(175,135,113); }

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

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

 span { border-color: rgb(175,135,113); }

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