Html Css Color HEX #AD842B Mandalay

📋 copy color: '#AD842B'

red 173 ◦ green 132 ◦ blue 43

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

Shades of Mandalay #AD842B

Tints of Mandalay #AD842B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.93%

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

R = 49.71%
G = 37.93%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD842B (or 0xAD842B) is known color: Mandalay. HEX triplet: AD, 84 and 2B. RGB value is (173,132,43). Sum of RGB (Red+Green+Blue) = 173+132+43=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 43 (17.19% from 255 or 12.36% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD842B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD842B is #527BD4. Grayscale: #868686. Windows color (decimal): -5405653 or 2852013. OLE color: 2852013.

HSL color Cylindrical-coordinate representation of color #AD842B: hue angle of 41.08º 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 #AD842B is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 132 43 -
CMYK 0 0.24 0.75 0.32
HSL 41.08º 0.6% 0.42% -
HSV(B) 41.08º 0.75% 0.68% -
XYZ 25.92 25.56 5.85 -
YUV 134.11 76.58 155.74 -
System Red Green Blue C M Y K H S L
Decimal 173 132 43 0 0.24 0.75 0.32 41.08 0.6 0.42
Hex AD 84 2B 0 18 4B 20 29 3C 2A
Octal 255 204 53 0 30 113 40 51 74 52
Binary 10101101 10000100 101011 0 11000 1001011 100000 101001 111100 101010

Color Harmonies of #AD842B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD842B

Black with #AD842B

Text Example


Text Example

White with #AD842B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD842B; }

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

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

background-color css

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

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

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

border-color css

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

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

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