#AF7E3C

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

Shades of Mandalay #AF7E3C

Tints of Mandalay #AF7E3C

Color information

#AF7E3C (or 0xAF7E3C) is unknown color: approx Mandalay. HEX triplet: AF, 7E and 3C. RGB value is (175,126,60). Sum of RGB (Red+Green+Blue) = 175+126+60=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 60 (23.83% from 255 or 16.62% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7E3C is #5081C3. Grayscale: #858585. Windows color (decimal): -5276100 or 3964591. OLE color: 3964591.

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

Color convert

RGB17512660-
CMYK00.280.660.31
HSL34.43º48.94%46.08%-
HSV(B)34.43º65.71%68.63%-
XYZ25.9624.367.61-
YUV133.1386.73157.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.48%
GREEN value IS 126 (49.61% from 255) = 34.90%
BLUE value IS 60 (23.83% from 255) = 16.62%
R=48.48%
G=34.90%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751266000.280.660.3134.4348.9446.08
HexAF7E3C01C421F22312e
Octal2571767403410237426156
Binary101011111111110111100011100100001011111100010110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7E3C; }

 p { color: rgb(175,126,60); }

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

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

 a { background-color: rgb(175,126,60); }

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

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

 span { border-color: rgb(175,126,60); }

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