#af7b3a

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

Shades of Mandalay #AF7B3A

Tints of Mandalay #AF7B3A

Color information

#AF7B3A (or 0xAF7B3A) is unknown color: approx Mandalay. HEX triplet: AF, 7B and 3A. RGB value is (175,123,58). Sum of RGB (Red+Green+Blue) = 175+123+58=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 58 (23.05% from 255 or 16.29% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7B3A is #5084C5. Grayscale: #838383. Windows color (decimal): -5276870 or 3832751. OLE color: 3832751.

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

Color convert

RGB17512358-
CMYK00.300.670.31
HSL33.33º50.21%45.69%-
HSV(B)33.33º66.86%68.63%-
XYZ25.5323.597.21-
YUV131.1486.73159.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.16%
GREEN value IS 123 (48.44% from 255) = 34.55%
BLUE value IS 58 (23.05% from 255) = 16.29%
R=49.16%
G=34.55%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751235800.300.670.3133.3350.2145.69
HexAF7B3A01E431F21322e
Octal2571737203610337416256
Binary101011111111011111010011110100001111111100001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af7b3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af7b3a; }

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

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

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

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

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

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

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

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