#AF8970

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

Shades of Mongoose #AF8970

Tints of Mongoose #AF8970

Color information

#AF8970 (or 0xAF8970) is unknown color: approx Mongoose. HEX triplet: AF, 89 and 70. RGB value is (175,137,112). Sum of RGB (Red+Green+Blue) = 175+137+112=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8970 is #50768F. Grayscale: #919191. Windows color (decimal): -5273232 or 7375279. OLE color: 7375279.

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

Color convert

RGB175137112-
CMYK00.220.360.31
HSL23.81º28.25%56.27%-
HSV(B)23.81º36%68.63%-
XYZ29.5528.1819.21-
YUV145.51109.09149.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.27%
GREEN value IS 137 (53.91% from 255) = 32.31%
BLUE value IS 112 (44.14% from 255) = 26.42%
R=41.27%
G=32.31%
B=26.42%

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
Decimal17513711200.220.360.3123.8128.2556.27
HexAF8970016241F181c38
Octal2572111600264437303470
Binary10101111100010011110000010110100100111111100011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8970; }

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

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

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

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

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

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

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

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