#AF8A6C

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

Shades of Mongoose #AF8A6C

Tints of Mongoose #AF8A6C

Color information

#AF8A6C (or 0xAF8A6C) is unknown color: approx Mongoose. HEX triplet: AF, 8A and 6C. RGB value is (175,138,108). Sum of RGB (Red+Green+Blue) = 175+138+108=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 108 (42.58% from 255 or 25.65% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8A6C is #507593. Grayscale: #919191. Windows color (decimal): -5272980 or 7113391. OLE color: 7113391.

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

Color convert

RGB175138108-
CMYK00.210.380.31
HSL26.87º29.52%55.49%-
HSV(B)26.87º38.29%68.63%-
XYZ29.4728.3718.11-
YUV145.64106.76148.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.57%
GREEN value IS 138 (54.30% from 255) = 32.78%
BLUE value IS 108 (42.58% from 255) = 25.65%
R=41.57%
G=32.78%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513810800.210.380.3126.8729.5255.49
HexAF8A6C015261F1b1e37
Octal2572121540254637333667
Binary10101111100010101101100010101100110111111101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8A6C; }

 p { color: rgb(175,138,108); }

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

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

 a { background-color: rgb(175,138,108); }

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

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

 span { border-color: rgb(175,138,108); }

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