#AF8770

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

Shades of Mongoose #AF8770

Tints of Mongoose #AF8770

Color information

#AF8770 (or 0xAF8770) is unknown color: approx Mongoose. HEX triplet: AF, 87 and 70. RGB value is (175,135,112). Sum of RGB (Red+Green+Blue) = 175+135+112=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8770 is #50788F. Grayscale: #909090. Windows color (decimal): -5273744 or 7374767. OLE color: 7374767.

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

Color convert

RGB175135112-
CMYK00.230.360.31
HSL21.9º28.25%56.27%-
HSV(B)21.9º36%68.63%-
XYZ29.2727.6119.12-
YUV144.34109.75149.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.47%
GREEN value IS 135 (53.12% from 255) = 31.99%
BLUE value IS 112 (44.14% from 255) = 26.54%
R=41.47%
G=31.99%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513511200.230.360.3121.928.2556.27
HexAF8770017241F161c38
Octal2572071600274437263470
Binary10101111100001111110000010111100100111111011011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8770; }

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

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

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

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

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

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

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

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