Html Css Color HEX #AD802A Mandalay

📋 copy color: '#AD802A'

red 173 ◦ green 128 ◦ blue 42

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

Shades of Mandalay #AD802A

Tints of Mandalay #AD802A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.24%

R = 50.44%
G = 37.32%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AD802A (or 0xAD802A) is known color: Mandalay. HEX triplet: AD, 80 and 2A. RGB value is (173,128,42). Sum of RGB (Red+Green+Blue) = 173+128+42=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 42 (16.80% from 255 or 12.24% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD802A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD802A is #527FD5. Grayscale: #848484. Windows color (decimal): -5406678 or 2785453. OLE color: 2785453.

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

Color convert

RGB 173 128 42 -
CMYK 0 0.26 0.76 0.32
HSL 39.39º 0.61% 0.42% -
HSV(B) 39.39º 0.76% 0.68% -
XYZ 25.37 24.49 5.58 -
YUV 131.65 77.41 157.49 -
System Red Green Blue C M Y K H S L
Decimal 173 128 42 0 0.26 0.76 0.32 39.39 0.61 0.42
Hex AD 80 2A 0 1A 4C 20 27 3D 2A
Octal 255 200 52 0 32 114 40 47 75 52
Binary 10101101 10000000 101010 0 11010 1001100 100000 100111 111101 101010

Color Harmonies of #AD802A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD802A

Black with #AD802A

Text Example


Text Example

White with #AD802A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD802A; }

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

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

background-color css

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

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

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

border-color css

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

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

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