#AF7D2E

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

Shades of Mandalay #AF7D2E

Tints of Mandalay #AF7D2E

Color information

#AF7D2E (or 0xAF7D2E) is unknown color: approx Mandalay. HEX triplet: AF, 7D and 2E. RGB value is (175,125,46). Sum of RGB (Red+Green+Blue) = 175+125+46=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 46 (18.36% from 255 or 13.29% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7D2E is #5082D1. Grayscale: #838383. Windows color (decimal): -5276370 or 3046831. OLE color: 3046831.

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

Color convert

RGB17512546-
CMYK00.290.740.31
HSL36.74º58.37%43.33%-
HSV(B)36.74º73.71%68.63%-
XYZ25.5123.985.87-
YUV130.9480.06159.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.58%
GREEN value IS 125 (49.22% from 255) = 36.13%
BLUE value IS 46 (18.36% from 255) = 13.29%
R=50.58%
G=36.13%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751254600.290.740.3136.7458.3743.33
HexAF7D2E01D4A1F253a2b
Octal2571755603511237457253
Binary101011111111101101110011101100101011111100101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7D2E; }

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

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

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

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

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

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

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

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