#AD822A

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

Shades of Mandalay #AD822A

Tints of Mandalay #AD822A

Color information

#AD822A (or 0xAD822A) is unknown color: approx Mandalay. HEX triplet: AD, 82 and 2A. RGB value is (173,130,42). Sum of RGB (Red+Green+Blue) = 173+130+42=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD822A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD822A is #527DD5. Grayscale: #858585. Windows color (decimal): -5406166 or 2785965. OLE color: 2785965.

HSL color Cylindrical-coordinate representation of color #AD822A: hue angle of 40.31º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD822A is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB17313042-
CMYK00.250.760.32
HSL40.31º60.93%42.16%-
HSV(B)40.31º75.72%67.84%-
XYZ25.6325.025.67-
YUV132.8376.75156.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.14%
GREEN value IS 130 (51.17% from 255) = 37.68%
BLUE value IS 42 (16.80% from 255) = 12.17%
R=50.14%
G=37.68%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731304200.250.760.3240.3160.9342.16
HexAD822A0194C20283d2a
Octal2552025203111440507552
Binary10101101100000101010100110011001100100000101000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD822A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD822A; }

 p { color: rgb(173,130,42); }

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

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

 a { background-color: rgb(173,130,42); }

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

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

 span { border-color: rgb(173,130,42); }

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