#af7928

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

Shades of Mandalay #AF7928

Tints of Mandalay #AF7928

Color information

#AF7928 (or 0xAF7928) is unknown color: approx Mandalay. HEX triplet: AF, 79 and 28. RGB value is (175,121,40). Sum of RGB (Red+Green+Blue) = 175+121+40=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 121 (47.66% from 255 or 36.01% from 336); Blue value is 40 (16.02% from 255 or 11.90% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7928 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7928 is #5086D7. Grayscale: #808080. Windows color (decimal): -5277400 or 2652591. OLE color: 2652591.

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

Color convert

RGB17512140-
CMYK00.310.770.31
HSL36º62.79%42.16%-
HSV(B)36º77.14%68.63%-
XYZ24.922.945.12-
YUV127.9178.39161.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.08%
GREEN value IS 121 (47.66% from 255) = 36.01%
BLUE value IS 40 (16.02% from 255) = 11.90%
R=52.08%
G=36.01%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751214000.310.770.313662.7942.16
HexAF792801F4D1F243f2a
Octal2571715003711537447752
Binary101011111111001101000011111100110111111100100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af7928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af7928; }

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

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

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

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

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

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

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

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