Html Css Color HEX #AD8027 Mandalay

📋 copy color: '#AD8027'

red 173 ◦ green 128 ◦ blue 39

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

Shades of Mandalay #AD8027

Tints of Mandalay #AD8027

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.65%

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

R = 50.88%
G = 37.65%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD8027 (or 0xAD8027) is known color: Mandalay. HEX triplet: AD, 80 and 27. RGB value is (173,128,39). Sum of RGB (Red+Green+Blue) = 173+128+39=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 39 (15.62% from 255 or 11.47% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8027 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8027 is #527FD8. Grayscale: #838383. Windows color (decimal): -5406681 or 2588845. OLE color: 2588845.

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

Color convert

RGB 173 128 39 -
CMYK 0 0.26 0.77 0.32
HSL 39.85º 0.63% 0.42% -
HSV(B) 39.85º 0.77% 0.68% -
XYZ 25.32 24.47 5.31 -
YUV 131.31 75.91 157.74 -
System Red Green Blue C M Y K H S L
Decimal 173 128 39 0 0.26 0.77 0.32 39.85 0.63 0.42
Hex AD 80 27 0 1A 4D 20 28 3F 2A
Octal 255 200 47 0 32 115 40 50 77 52
Binary 10101101 10000000 100111 0 11010 1001101 100000 101000 111111 101010

Color Harmonies of #AD8027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8027

Black with #AD8027

Text Example


Text Example

White with #AD8027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8027; }

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

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

background-color css

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

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

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

border-color css

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

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

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