#AF906D

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

Shades of Mongoose #AF906D

Tints of Mongoose #AF906D

Color information

#AF906D (or 0xAF906D) is unknown color: approx Mongoose. HEX triplet: AF, 90 and 6D. RGB value is (175,144,109). Sum of RGB (Red+Green+Blue) = 175+144+109=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 175 - color contains mainly: red. Hex color #AF906D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF906D is #506F92. Grayscale: #959595. Windows color (decimal): -5271443 or 7180463. OLE color: 7180463.

HSL color Cylindrical-coordinate representation of color #AF906D: hue angle of 31.82º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF906D is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB175144109-
CMYK00.180.380.31
HSL31.82º29.2%55.69%-
HSV(B)31.82º37.71%68.63%-
XYZ30.4130.1618.69-
YUV149.28105.27146.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.89%
GREEN value IS 144 (56.64% from 255) = 33.64%
BLUE value IS 109 (42.97% from 255) = 25.47%
R=40.89%
G=33.64%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514410900.180.380.3131.8229.255.69
HexAF906D012261F201d38
Octal2572201550224637403570
Binary101011111001000011011010100101001101111110000011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF906D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF906D; }

 p { color: rgb(175,144,109); }

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

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

 a { background-color: rgb(175,144,109); }

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

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

 span { border-color: rgb(175,144,109); }

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