#AF8D68

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

Shades of Mongoose #AF8D68

Tints of Mongoose #AF8D68

Color information

#AF8D68 (or 0xAF8D68) is unknown color: approx Mongoose. HEX triplet: AF, 8D and 68. RGB value is (175,141,104). Sum of RGB (Red+Green+Blue) = 175+141+104=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 104 (41.02% from 255 or 24.76% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8D68 is #507297. Grayscale: #939393. Windows color (decimal): -5272216 or 6852015. OLE color: 6852015.

HSL color Cylindrical-coordinate representation of color #AF8D68: hue angle of 31.27º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF8D68 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB175141104-
CMYK00.190.410.31
HSL31.27º30.74%54.71%-
HSV(B)31.27º40.57%68.63%-
XYZ29.729.1617.16-
YUV146.95103.76148.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.67%
GREEN value IS 141 (55.47% from 255) = 33.57%
BLUE value IS 104 (41.02% from 255) = 24.76%
R=41.67%
G=33.57%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514110400.190.410.3131.2730.7454.71
HexAF8D68013291F1f1f37
Octal2572151500235137373767
Binary10101111100011011101000010011101001111111111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8D68; }

 p { color: rgb(175,141,104); }

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

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

 a { background-color: rgb(175,141,104); }

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

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

 span { border-color: rgb(175,141,104); }

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