#AF8528

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

Shades of Mandalay #AF8528

Tints of Mandalay #AF8528

Color information

#AF8528 (or 0xAF8528) is unknown color: approx Mandalay. HEX triplet: AF, 85 and 28. RGB value is (175,133,40). Sum of RGB (Red+Green+Blue) = 175+133+40=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 40 (16.02% from 255 or 11.49% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8528 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8528 is #507AD7. Grayscale: #878787. Windows color (decimal): -5274328 or 2655663. OLE color: 2655663.

HSL color Cylindrical-coordinate representation of color #AF8528: hue angle of 41.33º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF8528 is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB17513340-
CMYK00.240.770.31
HSL41.33º62.79%42.16%-
HSV(B)41.33º77.14%68.63%-
XYZ26.4526.045.64-
YUV134.9674.41156.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.29%
GREEN value IS 133 (52.34% from 255) = 38.22%
BLUE value IS 40 (16.02% from 255) = 11.49%
R=50.29%
G=38.22%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751334000.240.770.3141.3362.7942.16
HexAF85280184D1F293f2a
Octal2572055003011537517752
Binary1010111110000101101000011000100110111111101001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8528; }

 p { color: rgb(175,133,40); }

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

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

 a { background-color: rgb(175,133,40); }

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

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

 span { border-color: rgb(175,133,40); }

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