Html Css Color HEX #AD8024 Mandalay

📋 copy color: '#AD8024'

red 173 ◦ green 128 ◦ blue 36

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

Shades of Mandalay #AD8024

Tints of Mandalay #AD8024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.68%

R = 51.34%
G = 37.98%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD8024 (or 0xAD8024) is known color: Mandalay. HEX triplet: AD, 80 and 24. RGB value is (173,128,36). Sum of RGB (Red+Green+Blue) = 173+128+36=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 36 (14.45% from 255 or 10.68% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8024 is #527FDB. Grayscale: #838383. Windows color (decimal): -5406684 or 2392237. OLE color: 2392237.

HSL color Cylindrical-coordinate representation of color #AD8024: hue angle of 40.29º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD8024 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 128 36 -
CMYK 0 0.26 0.79 0.32
HSL 40.29º 0.66% 0.41% -
HSV(B) 40.29º 0.79% 0.68% -
XYZ 25.27 24.45 5.06 -
YUV 130.97 74.41 157.98 -
System Red Green Blue C M Y K H S L
Decimal 173 128 36 0 0.26 0.79 0.32 40.29 0.66 0.41
Hex AD 80 24 0 1A 4F 20 28 42 29
Octal 255 200 44 0 32 117 40 50 102 51
Binary 10101101 10000000 100100 0 11010 1001111 100000 101000 1000010 101001

Color Harmonies of #AD8024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8024

Black with #AD8024

Text Example


Text Example

White with #AD8024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8024; }

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

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

background-color css

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

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

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

border-color css

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

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

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