#AF7C36

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

Shades of Mandalay #AF7C36

Tints of Mandalay #AF7C36

Color information

#AF7C36 (or 0xAF7C36) is unknown color: approx Mandalay. HEX triplet: AF, 7C and 36. RGB value is (175,124,54). Sum of RGB (Red+Green+Blue) = 175+124+54=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 54 (21.48% from 255 or 15.30% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7C36 is #5083C9. Grayscale: #838383. Windows color (decimal): -5276618 or 3570863. OLE color: 3570863.

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

Color convert

RGB17512454-
CMYK00.290.690.31
HSL34.71º52.84%44.9%-
HSV(B)34.71º69.14%68.63%-
XYZ25.5523.86.74-
YUV131.2784.4159.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.58%
GREEN value IS 124 (48.83% from 255) = 35.13%
BLUE value IS 54 (21.48% from 255) = 15.30%
R=49.58%
G=35.13%
B=15.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751245400.290.690.3134.7152.8444.9
HexAF7C3601D451F23352d
Octal2571746603510537436555
Binary101011111111100110110011101100010111111100011110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7C36; }

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

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

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

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

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

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

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

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