#AF802A

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

Shades of Mandalay #AF802A

Tints of Mandalay #AF802A

Color information

#AF802A (or 0xAF802A) is unknown color: approx Mandalay. HEX triplet: AF, 80 and 2A. RGB value is (175,128,42). Sum of RGB (Red+Green+Blue) = 175+128+42=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF802A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF802A is #507FD5. Grayscale: #848484. Windows color (decimal): -5275606 or 2785455. OLE color: 2785455.

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

Color convert

RGB17512842-
CMYK00.270.760.31
HSL38.8º61.29%42.55%-
HSV(B)38.8º76%68.63%-
XYZ25.8224.725.6-
YUV132.2577.07158.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.72%
GREEN value IS 128 (50.39% from 255) = 37.10%
BLUE value IS 42 (16.80% from 255) = 12.17%
R=50.72%
G=37.10%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751284200.270.760.3138.861.2942.55
HexAF802A01B4C1F273d2b
Octal2572005203311437477553
Binary1010111110000000101010011011100110011111100111111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF802A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF802A; }

 p { color: rgb(175,128,42); }

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

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

 a { background-color: rgb(175,128,42); }

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

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

 span { border-color: rgb(175,128,42); }

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