Html Css Color HEX #AD8128 Mandalay

📋 copy color: '#AD8128'

red 173 ◦ green 129 ◦ blue 40

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

Shades of Mandalay #AD8128

Tints of Mandalay #AD8128

RGB

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

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

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

R = 50.58%
G = 37.72%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD8128 (or 0xAD8128) is known color: Mandalay. HEX triplet: AD, 81 and 28. RGB value is (173,129,40). Sum of RGB (Red+Green+Blue) = 173+129+40=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 40 (16.02% from 255 or 11.70% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8128 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8128 is #527ED7. Grayscale: #848484. Windows color (decimal): -5406424 or 2654637. OLE color: 2654637.

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

Color convert

RGB 173 129 40 -
CMYK 0 0.25 0.77 0.32
HSL 40.15º 0.62% 0.42% -
HSV(B) 40.15º 0.77% 0.68% -
XYZ 25.47 24.74 5.44 -
YUV 132.01 76.08 157.24 -
System Red Green Blue C M Y K H S L
Decimal 173 129 40 0 0.25 0.77 0.32 40.15 0.62 0.42
Hex AD 81 28 0 19 4D 20 28 3E 2A
Octal 255 201 50 0 31 115 40 50 76 52
Binary 10101101 10000001 101000 0 11001 1001101 100000 101000 111110 101010

Color Harmonies of #AD8128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8128

Black with #AD8128

Text Example


Text Example

White with #AD8128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8128; }

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

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

background-color css

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

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

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

border-color css

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

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

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