Html Css Color HEX #AD8428 Mandalay

📋 copy color: '#AD8428'

red 173 ◦ green 132 ◦ blue 40

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

Shades of Mandalay #AD8428

Tints of Mandalay #AD8428

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.26%

 BLUE value IS 40 (16.02% from 255) = 11.59%

R = 50.14%
G = 38.26%
B = 11.59%

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

#AD8428 (or 0xAD8428) is known color: Mandalay. HEX triplet: AD, 84 and 28. RGB value is (173,132,40). Sum of RGB (Red+Green+Blue) = 173+132+40=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 40 (16.02% from 255 or 11.59% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8428 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8428 is #527BD7. Grayscale: #868686. Windows color (decimal): -5405656 or 2655405. OLE color: 2655405.

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

Color convert

RGB 173 132 40 -
CMYK 0 0.24 0.77 0.32
HSL 41.5º 0.62% 0.42% -
HSV(B) 41.5º 0.77% 0.68% -
XYZ 25.87 25.54 5.57 -
YUV 133.77 75.08 155.98 -
System Red Green Blue C M Y K H S L
Decimal 173 132 40 0 0.24 0.77 0.32 41.5 0.62 0.42
Hex AD 84 28 0 18 4D 20 2A 3E 2A
Octal 255 204 50 0 30 115 40 52 76 52
Binary 10101101 10000100 101000 0 11000 1001101 100000 101010 111110 101010

Color Harmonies of #AD8428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8428

Black with #AD8428

Text Example


Text Example

White with #AD8428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8428; }

 p { color: rgb(173,132,40); }

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

background-color css

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

 a { background-color: rgb(173,132,40); }

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

border-color css

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

 span { border-color: rgb(173,132,40); }

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