#AF772E

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

Shades of Mandalay #AF772E

Tints of Mandalay #AF772E

Color information

#AF772E (or 0xAF772E) is unknown color: approx Mandalay. HEX triplet: AF, 77 and 2E. RGB value is (175,119,46). Sum of RGB (Red+Green+Blue) = 175+119+46=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 46 (18.36% from 255 or 13.53% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF772E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF772E is #5088D1. Grayscale: #7F7F7F. Windows color (decimal): -5277906 or 3045295. OLE color: 3045295.

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

Color convert

RGB17511946-
CMYK00.320.740.31
HSL33.95º58.37%43.33%-
HSV(B)33.95º73.71%68.63%-
XYZ24.7722.55.62-
YUV127.4282.05161.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.47%
GREEN value IS 119 (46.88% from 255) = 35%
BLUE value IS 46 (18.36% from 255) = 13.53%
R=51.47%
G=35%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751194600.320.740.3133.9558.3743.33
HexAF772E0204A1F223a2b
Octal2571675604011237427253
Binary1010111111101111011100100000100101011111100010111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF772E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF772E; }

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

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

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

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

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

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

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

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