#AF8870

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

Shades of Mongoose #AF8870

Tints of Mongoose #AF8870

Color information

#AF8870 (or 0xAF8870) is unknown color: approx Mongoose. HEX triplet: AF, 88 and 70. RGB value is (175,136,112). Sum of RGB (Red+Green+Blue) = 175+136+112=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 136 (53.52% from 255 or 32.15% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8870 is #50778F. Grayscale: #919191. Windows color (decimal): -5273488 or 7375023. OLE color: 7375023.

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

Color convert

RGB175136112-
CMYK00.220.360.31
HSL22.86º28.25%56.27%-
HSV(B)22.86º36%68.63%-
XYZ29.4127.8919.16-
YUV144.92109.42149.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.37%
GREEN value IS 136 (53.52% from 255) = 32.15%
BLUE value IS 112 (44.14% from 255) = 26.48%
R=41.37%
G=32.15%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513611200.220.360.3122.8628.2556.27
HexAF8870016241F171c38
Octal2572101600264437273470
Binary10101111100010001110000010110100100111111011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8870; }

 p { color: rgb(175,136,112); }

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

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

 a { background-color: rgb(175,136,112); }

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

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

 span { border-color: rgb(175,136,112); }

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