#AF7F38

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

Shades of Mandalay #AF7F38

Tints of Mandalay #AF7F38

Color information

#AF7F38 (or 0xAF7F38) is unknown color: approx Mandalay. HEX triplet: AF, 7F and 38. RGB value is (175,127,56). Sum of RGB (Red+Green+Blue) = 175+127+56=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 56 (22.27% from 255 or 15.64% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7F38 is #5080C7. Grayscale: #858585. Windows color (decimal): -5275848 or 3702703. OLE color: 3702703.

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

Color convert

RGB17512756-
CMYK00.270.680.31
HSL35.8º51.52%45.29%-
HSV(B)35.8º68%68.63%-
XYZ25.9824.587.12-
YUV133.2684.4157.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.88%
GREEN value IS 127 (50% from 255) = 35.47%
BLUE value IS 56 (22.27% from 255) = 15.64%
R=48.88%
G=35.47%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751275600.270.680.3135.851.5245.29
HexAF7F3801B441F24342d
Octal2571777003310437446455
Binary101011111111111111000011011100010011111100100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7F38; }

 p { color: rgb(175,127,56); }

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

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

 a { background-color: rgb(175,127,56); }

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

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

 span { border-color: rgb(175,127,56); }

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