Html Css Color HEX #AD7A3C Mandalay

📋 copy color: '#AD7A3C'

red 173 ◦ green 122 ◦ blue 60

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

Shades of Mandalay #AD7A3C

Tints of Mandalay #AD7A3C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.37%

 BLUE value IS 60 (23.83% from 255) = 16.9%

R = 48.73%
G = 34.37%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD7A3C (or 0xAD7A3C) is known color: Mandalay. HEX triplet: AD, 7A and 3C. RGB value is (173,122,60). Sum of RGB (Red+Green+Blue) = 173+122+60=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 60 (23.83% from 255 or 16.90% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7A3C is #5285C3. Grayscale: #828282. Windows color (decimal): -5408196 or 3963565. OLE color: 3963565.

HSL color Cylindrical-coordinate representation of color #AD7A3C: hue angle of 32.92º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD7A3C is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 122 60 -
CMYK 0 0.29 0.65 0.32
HSL 32.92º 0.48% 0.46% -
HSV(B) 32.92º 0.65% 0.68% -
XYZ 25.01 23.13 7.42 -
YUV 130.18 88.4 158.54 -
System Red Green Blue C M Y K H S L
Decimal 173 122 60 0 0.29 0.65 0.32 32.92 0.48 0.46
Hex AD 7A 3C 0 1D 41 20 21 30 2E
Octal 255 172 74 0 35 101 40 41 60 56
Binary 10101101 1111010 111100 0 11101 1000001 100000 100001 110000 101110

Color Harmonies of #AD7A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7A3C

Black with #AD7A3C

Text Example


Text Example

White with #AD7A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7A3C; }

 p { color: rgb(173,122,60); }

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

background-color css

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

 a { background-color: rgb(173,122,60); }

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

border-color css

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

 span { border-color: rgb(173,122,60); }

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