Html Css Color HEX #AD812B Mandalay

📋 copy color: '#AD812B'

red 173 ◦ green 129 ◦ blue 43

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

Shades of Mandalay #AD812B

Tints of Mandalay #AD812B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.39%

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

R = 50.14%
G = 37.39%
B = 12.46%

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

#AD812B (or 0xAD812B) is known color: Mandalay. HEX triplet: AD, 81 and 2B. RGB value is (173,129,43). Sum of RGB (Red+Green+Blue) = 173+129+43=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 43 (17.19% from 255 or 12.46% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD812B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD812B is #527ED4. Grayscale: #848484. Windows color (decimal): -5406421 or 2851245. OLE color: 2851245.

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

Color convert

RGB 173 129 43 -
CMYK 0 0.25 0.75 0.32
HSL 39.69º 0.6% 0.42% -
HSV(B) 39.69º 0.75% 0.68% -
XYZ 25.52 24.76 5.72 -
YUV 132.35 77.58 156.99 -
System Red Green Blue C M Y K H S L
Decimal 173 129 43 0 0.25 0.75 0.32 39.69 0.6 0.42
Hex AD 81 2B 0 19 4B 20 28 3C 2A
Octal 255 201 53 0 31 113 40 50 74 52
Binary 10101101 10000001 101011 0 11001 1001011 100000 101000 111100 101010

Color Harmonies of #AD812B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD812B

Black with #AD812B

Text Example


Text Example

White with #AD812B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD812B; }

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

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

background-color css

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

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

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

border-color css

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

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

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