Html Css Color HEX #AD7D2B Mandalay

📋 copy color: '#AD7D2B'

red 173 ◦ green 125 ◦ blue 43

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

Shades of Mandalay #AD7D2B

Tints of Mandalay #AD7D2B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.66%

 BLUE value IS 43 (17.19% from 255) = 12.61%

R = 50.73%
G = 36.66%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD7D2B (or 0xAD7D2B) is known color: Mandalay. HEX triplet: AD, 7D and 2B. RGB value is (173,125,43). Sum of RGB (Red+Green+Blue) = 173+125+43=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 43 (17.19% from 255 or 12.61% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7D2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7D2B is #5282D4. Grayscale: #828282. Windows color (decimal): -5407445 or 2850221. OLE color: 2850221.

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

Color convert

RGB 173 125 43 -
CMYK 0 0.28 0.75 0.32
HSL 37.85º 0.6% 0.42% -
HSV(B) 37.85º 0.75% 0.68% -
XYZ 25 23.73 5.55 -
YUV 130 78.9 158.67 -
System Red Green Blue C M Y K H S L
Decimal 173 125 43 0 0.28 0.75 0.32 37.85 0.6 0.42
Hex AD 7D 2B 0 1C 4B 20 26 3C 2A
Octal 255 175 53 0 34 113 40 46 74 52
Binary 10101101 1111101 101011 0 11100 1001011 100000 100110 111100 101010

Color Harmonies of #AD7D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7D2B

Black with #AD7D2B

Text Example


Text Example

White with #AD7D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7D2B; }

 p { color: rgb(173,125,43); }

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

background-color css

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

 a { background-color: rgb(173,125,43); }

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

border-color css

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

 span { border-color: rgb(173,125,43); }

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