#AF8E70

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

Shades of Mongoose #AF8E70

Tints of Mongoose #AF8E70

Color information

#AF8E70 (or 0xAF8E70) is unknown color: approx Mongoose. HEX triplet: AF, 8E and 70. RGB value is (175,142,112). Sum of RGB (Red+Green+Blue) = 175+142+112=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8E70 is #50718F. Grayscale: #949494. Windows color (decimal): -5271952 or 7376559. OLE color: 7376559.

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

Color convert

RGB175142112-
CMYK00.190.360.31
HSL28.57º28.25%56.27%-
HSV(B)28.57º36%68.63%-
XYZ30.2829.6319.45-
YUV148.45107.43146.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.79%
GREEN value IS 142 (55.86% from 255) = 33.10%
BLUE value IS 112 (44.14% from 255) = 26.11%
R=40.79%
G=33.10%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514211200.190.360.3128.5728.2556.27
HexAF8E70013241F1d1c38
Octal2572161600234437353470
Binary10101111100011101110000010011100100111111110111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8E70; }

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

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

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

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

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

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

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

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