#AF8969

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

Shades of Mongoose #AF8969

Tints of Mongoose #AF8969

Color information

#AF8969 (or 0xAF8969) is unknown color: approx Mongoose. HEX triplet: AF, 89 and 69. RGB value is (175,137,105). Sum of RGB (Red+Green+Blue) = 175+137+105=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 105 (41.41% from 255 or 25.18% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8969 is #507696. Grayscale: #909090. Windows color (decimal): -5273239 or 6916527. OLE color: 6916527.

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

Color convert

RGB175137105-
CMYK00.220.400.31
HSL27.43º30.43%54.9%-
HSV(B)27.43º40%68.63%-
XYZ29.1728.0317.24-
YUV144.71105.59149.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.97%
GREEN value IS 137 (53.91% from 255) = 32.85%
BLUE value IS 105 (41.41% from 255) = 25.18%
R=41.97%
G=32.85%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513710500.220.400.3127.4330.4354.9
HexAF8969016281F1b1e37
Octal2572111510265037333667
Binary10101111100010011101001010110101000111111101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8969; }

 p { color: rgb(175,137,105); }

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

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

 a { background-color: rgb(175,137,105); }

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

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

 span { border-color: rgb(175,137,105); }

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