#AF7733

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

Shades of Mandalay #AF7733

Tints of Mandalay #AF7733

Color information

#AF7733 (or 0xAF7733) is unknown color: approx Mandalay. HEX triplet: AF, 77 and 33. RGB value is (175,119,51). Sum of RGB (Red+Green+Blue) = 175+119+51=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 51 (20.31% from 255 or 14.78% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7733 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7733 is #5088CC. Grayscale: #808080. Windows color (decimal): -5277901 or 3372975. OLE color: 3372975.

HSL color Cylindrical-coordinate representation of color #AF7733: hue angle of 32.9º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF7733 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB17511951-
CMYK00.320.710.31
HSL32.9º54.87%44.31%-
HSV(B)32.9º70.86%68.63%-
XYZ24.8722.556.17-
YUV127.9984.55161.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.72%
GREEN value IS 119 (46.88% from 255) = 34.49%
BLUE value IS 51 (20.31% from 255) = 14.78%
R=50.72%
G=34.49%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751195100.320.710.3132.954.8744.31
HexAF7733020471F21372c
Octal2571676304010737416754
Binary1010111111101111100110100000100011111111100001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7733; }

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

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

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

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

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

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

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

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