#AF7C3E

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

Shades of Mandalay #AF7C3E

Tints of Mandalay #AF7C3E

Color information

#AF7C3E (or 0xAF7C3E) is unknown color: approx Mandalay. HEX triplet: AF, 7C and 3E. RGB value is (175,124,62). Sum of RGB (Red+Green+Blue) = 175+124+62=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 62 (24.61% from 255 or 17.17% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7C3E is #5083C1. Grayscale: #848484. Windows color (decimal): -5276610 or 4095151. OLE color: 4095151.

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

Color convert

RGB17512462-
CMYK00.290.650.31
HSL32.92º47.68%46.47%-
HSV(B)32.92º64.57%68.63%-
XYZ25.7623.887.81-
YUV132.1888.4158.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.48%
GREEN value IS 124 (48.83% from 255) = 34.35%
BLUE value IS 62 (24.61% from 255) = 17.17%
R=48.48%
G=34.35%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751246200.290.650.3132.9247.6846.47
HexAF7C3E01D411F21302e
Octal2571747603510137416056
Binary101011111111100111110011101100000111111100001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7C3E; }

 p { color: rgb(175,124,62); }

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

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

 a { background-color: rgb(175,124,62); }

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

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

 span { border-color: rgb(175,124,62); }

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