#AF7F3A

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

Shades of Mandalay #AF7F3A

Tints of Mandalay #AF7F3A

Color information

#AF7F3A (or 0xAF7F3A) is unknown color: approx Mandalay. HEX triplet: AF, 7F and 3A. RGB value is (175,127,58). Sum of RGB (Red+Green+Blue) = 175+127+58=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 58 (23.05% from 255 or 16.11% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7F3A is #5080C5. Grayscale: #858585. Windows color (decimal): -5275846 or 3833775. OLE color: 3833775.

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

Color convert

RGB17512758-
CMYK00.270.670.31
HSL35.38º50.21%45.69%-
HSV(B)35.38º66.86%68.63%-
XYZ26.0324.67.38-
YUV133.4985.4157.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.61%
GREEN value IS 127 (50% from 255) = 35.28%
BLUE value IS 58 (23.05% from 255) = 16.11%
R=48.61%
G=35.28%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751275800.270.670.3135.3850.2145.69
HexAF7F3A01B431F23322e
Octal2571777203310337436256
Binary101011111111111111010011011100001111111100011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7F3A; }

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

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

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

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

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

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

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

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