#AF7736

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

Shades of Mandalay #AF7736

Tints of Mandalay #AF7736

Color information

#AF7736 (or 0xAF7736) is unknown color: approx Mandalay. HEX triplet: AF, 77 and 36. RGB value is (175,119,54). Sum of RGB (Red+Green+Blue) = 175+119+54=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 54 (21.48% from 255 or 15.52% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7736 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7736 is #5088C9. Grayscale: #808080. Windows color (decimal): -5277898 or 3569583. OLE color: 3569583.

HSL color Cylindrical-coordinate representation of color #AF7736: hue angle of 32.23º 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 #AF7736 is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB17511954-
CMYK00.320.690.31
HSL32.23º52.84%44.9%-
HSV(B)32.23º69.14%68.63%-
XYZ24.9422.576.53-
YUV128.3386.05161.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.29%
GREEN value IS 119 (46.88% from 255) = 34.20%
BLUE value IS 54 (21.48% from 255) = 15.52%
R=50.29%
G=34.20%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751195400.320.690.3132.2352.8444.9
HexAF7736020451F20352d
Octal2571676604010537406555
Binary1010111111101111101100100000100010111111100000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7736; }

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

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

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

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

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

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

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

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