#AF946F

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

Shades of Mongoose #AF946F

Tints of Mongoose #AF946F

Color information

#AF946F (or 0xAF946F) is unknown color: approx Mongoose. HEX triplet: AF, 94 and 6F. RGB value is (175,148,111). Sum of RGB (Red+Green+Blue) = 175+148+111=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 111 (43.75% from 255 or 25.58% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AF946F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF946F is #506B90. Grayscale: #989898. Windows color (decimal): -5270417 or 7312559. OLE color: 7312559.

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

Color convert

RGB175148111-
CMYK00.150.370.31
HSL34.69º28.57%56.08%-
HSV(B)34.69º36.57%68.63%-
XYZ31.1431.4419.47-
YUV151.85104.95144.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.32%
GREEN value IS 148 (58.20% from 255) = 34.10%
BLUE value IS 111 (43.75% from 255) = 25.58%
R=40.32%
G=34.10%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514811100.150.370.3134.6928.5756.08
HexAF946F0F251F231d38
Octal2572241570174537433570
Binary10101111100101001101111011111001011111110001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF946F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF946F; }

 p { color: rgb(175,148,111); }

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

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

 a { background-color: rgb(175,148,111); }

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

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

 span { border-color: rgb(175,148,111); }

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