#AF7B3D

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

Shades of Mandalay #AF7B3D

Tints of Mandalay #AF7B3D

Color information

#AF7B3D (or 0xAF7B3D) is unknown color: approx Mandalay. HEX triplet: AF, 7B and 3D. RGB value is (175,123,61). Sum of RGB (Red+Green+Blue) = 175+123+61=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 61 (24.22% from 255 or 16.99% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7B3D is #5084C2. Grayscale: #838383. Windows color (decimal): -5276867 or 4029359. OLE color: 4029359.

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

Color convert

RGB17512361-
CMYK00.300.650.31
HSL32.63º48.31%46.27%-
HSV(B)32.63º65.14%68.63%-
XYZ25.623.627.62-
YUV131.4888.23159.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.75%
GREEN value IS 123 (48.44% from 255) = 34.26%
BLUE value IS 61 (24.22% from 255) = 16.99%
R=48.75%
G=34.26%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751236100.300.650.3132.6348.3146.27
HexAF7B3D01E411F21302e
Octal2571737503610137416056
Binary101011111111011111101011110100000111111100001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7B3D; }

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

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

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

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

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

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

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

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