#AF8A70

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

Shades of Mongoose #AF8A70

Tints of Mongoose #AF8A70

Color information

#AF8A70 (or 0xAF8A70) is unknown color: approx Mongoose. HEX triplet: AF, 8A and 70. RGB value is (175,138,112). Sum of RGB (Red+Green+Blue) = 175+138+112=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8A70 is #50758F. Grayscale: #929292. Windows color (decimal): -5272976 or 7375535. OLE color: 7375535.

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

Color convert

RGB175138112-
CMYK00.210.360.31
HSL24.76º28.25%56.27%-
HSV(B)24.76º36%68.63%-
XYZ29.6928.4619.26-
YUV146.1108.76148.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.18%
GREEN value IS 138 (54.30% from 255) = 32.47%
BLUE value IS 112 (44.14% from 255) = 26.35%
R=41.18%
G=32.47%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513811200.210.360.3124.7628.2556.27
HexAF8A70015241F191c38
Octal2572121600254437313470
Binary10101111100010101110000010101100100111111100111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8A70; }

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

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

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

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

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

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

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

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