#AD7933

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

Shades of Mandalay #AD7933

Tints of Mandalay #AD7933

Color information

#AD7933 (or 0xAD7933) is unknown color: approx Mandalay. HEX triplet: AD, 79 and 33. RGB value is (173,121,51). Sum of RGB (Red+Green+Blue) = 173+121+51=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 51 (20.31% from 255 or 14.78% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7933 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7933 is #5286CC. Grayscale: #808080. Windows color (decimal): -5408461 or 3373485. OLE color: 3373485.

HSL color Cylindrical-coordinate representation of color #AD7933: hue angle of 34.43º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD7933 is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB17312151-
CMYK00.300.710.32
HSL34.43º54.46%43.92%-
HSV(B)34.43º70.52%67.84%-
XYZ24.6722.86.23-
YUV128.5784.23159.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.14%
GREEN value IS 121 (47.66% from 255) = 35.07%
BLUE value IS 51 (20.31% from 255) = 14.78%
R=50.14%
G=35.07%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731215100.300.710.3234.4354.4643.92
HexAD793301E472022362c
Octal2551716303610740426654
Binary1010110111110011100110111101000111100000100010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7933; }

 p { color: rgb(173,121,51); }

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

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

 a { background-color: rgb(173,121,51); }

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

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

 span { border-color: rgb(173,121,51); }

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