Html Css Color HEX #AD822B Mandalay

📋 copy color: '#AD822B'

red 173 ◦ green 130 ◦ blue 43

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

Shades of Mandalay #AD822B

Tints of Mandalay #AD822B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.57%

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

R = 50%
G = 37.57%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD822B (or 0xAD822B) is known color: Mandalay. HEX triplet: AD, 82 and 2B. RGB value is (173,130,43). Sum of RGB (Red+Green+Blue) = 173+130+43=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 43 (17.19% from 255 or 12.43% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD822B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD822B is #527DD4. Grayscale: #858585. Windows color (decimal): -5406165 or 2851501. OLE color: 2851501.

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

Color convert

RGB 173 130 43 -
CMYK 0 0.25 0.75 0.32
HSL 40.15º 0.6% 0.42% -
HSV(B) 40.15º 0.75% 0.68% -
XYZ 25.65 25.02 5.76 -
YUV 132.94 77.25 156.57 -
System Red Green Blue C M Y K H S L
Decimal 173 130 43 0 0.25 0.75 0.32 40.15 0.6 0.42
Hex AD 82 2B 0 19 4B 20 28 3C 2A
Octal 255 202 53 0 31 113 40 50 74 52
Binary 10101101 10000010 101011 0 11001 1001011 100000 101000 111100 101010

Color Harmonies of #AD822B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD822B

Black with #AD822B

Text Example


Text Example

White with #AD822B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD822B; }

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

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

background-color css

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

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

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

border-color css

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

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

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