Html Css Color HEX #AD793A Mandalay

📋 copy color: '#AD793A'

red 173 ◦ green 121 ◦ blue 58

#AD793A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandalay #AD793A

Tints of Mandalay #AD793A

RGB

 RED value IS 173 (67.97% from 255) = 49.15%

 GREEN value IS 121 (47.66% from 255) = 34.38%

 BLUE value IS 58 (23.05% from 255) = 16.48%

R = 49.15%
G = 34.38%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD793A (or 0xAD793A) is known color: Mandalay. HEX triplet: AD, 79 and 3A. RGB value is (173,121,58). Sum of RGB (Red+Green+Blue) = 173+121+58=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 58 (23.05% from 255 or 16.48% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD793A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD793A is #5286C5. Grayscale: #818181. Windows color (decimal): -5408454 or 3832237. OLE color: 3832237.

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

Color convert

RGB 173 121 58 -
CMYK 0 0.30 0.66 0.32
HSL 32.87º 0.5% 0.45% -
HSV(B) 32.87º 0.66% 0.68% -
XYZ 24.83 22.86 7.11 -
YUV 129.37 87.73 159.12 -
System Red Green Blue C M Y K H S L
Decimal 173 121 58 0 0.30 0.66 0.32 32.87 0.5 0.45
Hex AD 79 3A 0 1E 42 20 21 32 2D
Octal 255 171 72 0 36 102 40 41 62 55
Binary 10101101 1111001 111010 0 11110 1000010 100000 100001 110010 101101

Color Harmonies of #AD793A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD793A

Black with #AD793A

Text Example


Text Example

White with #AD793A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD793A; }

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

 H1.HeaderClassName
 {
   color: #AD793A;
 }
 .AnyTagClassName
 {
   color: #AD793A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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