#AF8B6A

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

Shades of Mongoose #AF8B6A

Tints of Mongoose #AF8B6A

Color information

#AF8B6A (or 0xAF8B6A) is unknown color: approx Mongoose. HEX triplet: AF, 8B and 6A. RGB value is (175,139,106). Sum of RGB (Red+Green+Blue) = 175+139+106=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 106 (41.80% from 255 or 25.24% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8B6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8B6A is #507495. Grayscale: #929292. Windows color (decimal): -5272726 or 6982575. OLE color: 6982575.

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

Color convert

RGB175139106-
CMYK00.210.390.31
HSL28.7º30.13%55.1%-
HSV(B)28.7º39.43%68.63%-
XYZ29.5128.6217.6-
YUV146105.43148.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.67%
GREEN value IS 139 (54.69% from 255) = 33.10%
BLUE value IS 106 (41.80% from 255) = 25.24%
R=41.67%
G=33.10%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513910600.210.390.3128.730.1355.1
HexAF8B6A015271F1d1e37
Octal2572131520254737353667
Binary10101111100010111101010010101100111111111110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8B6A; }

 p { color: rgb(175,139,106); }

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

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

 a { background-color: rgb(175,139,106); }

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

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

 span { border-color: rgb(175,139,106); }

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