Html Css Color HEX #AD8327 Mandalay

📋 copy color: '#AD8327'

red 173 ◦ green 131 ◦ blue 39

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

Shades of Mandalay #AD8327

Tints of Mandalay #AD8327

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.19%

 BLUE value IS 39 (15.63% from 255) = 11.37%

R = 50.44%
G = 38.19%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD8327 (or 0xAD8327) is known color: Mandalay. HEX triplet: AD, 83 and 27. RGB value is (173,131,39). Sum of RGB (Red+Green+Blue) = 173+131+39=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 39 (15.62% from 255 or 11.37% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8327 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8327 is #527CD8. Grayscale: #858585. Windows color (decimal): -5405913 or 2589613. OLE color: 2589613.

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

Color convert

RGB 173 131 39 -
CMYK 0 0.24 0.77 0.32
HSL 41.19º 0.63% 0.42% -
HSV(B) 41.19º 0.77% 0.68% -
XYZ 25.72 25.26 5.44 -
YUV 133.07 74.91 156.48 -
System Red Green Blue C M Y K H S L
Decimal 173 131 39 0 0.24 0.77 0.32 41.19 0.63 0.42
Hex AD 83 27 0 18 4D 20 29 3F 2A
Octal 255 203 47 0 30 115 40 51 77 52
Binary 10101101 10000011 100111 0 11000 1001101 100000 101001 111111 101010

Color Harmonies of #AD8327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8327

Black with #AD8327

Text Example


Text Example

White with #AD8327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8327; }

 p { color: rgb(173,131,39); }

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

background-color css

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

 a { background-color: rgb(173,131,39); }

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

border-color css

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

 span { border-color: rgb(173,131,39); }

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