Html Css Color HEX #AD832A Mandalay

📋 copy color: '#AD832A'

red 173 ◦ green 131 ◦ blue 42

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

Shades of Mandalay #AD832A

Tints of Mandalay #AD832A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.86%

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

R = 50%
G = 37.86%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AD832A (or 0xAD832A) is known color: Mandalay. HEX triplet: AD, 83 and 2A. RGB value is (173,131,42). Sum of RGB (Red+Green+Blue) = 173+131+42=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 42 (16.80% from 255 or 12.14% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD832A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD832A is #527CD5. Grayscale: #858585. Windows color (decimal): -5405910 or 2786221. OLE color: 2786221.

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

Color convert

RGB 173 131 42 -
CMYK 0 0.24 0.76 0.32
HSL 40.76º 0.61% 0.42% -
HSV(B) 40.76º 0.76% 0.68% -
XYZ 25.77 25.28 5.71 -
YUV 133.41 76.41 156.24 -
System Red Green Blue C M Y K H S L
Decimal 173 131 42 0 0.24 0.76 0.32 40.76 0.61 0.42
Hex AD 83 2A 0 18 4C 20 29 3D 2A
Octal 255 203 52 0 30 114 40 51 75 52
Binary 10101101 10000011 101010 0 11000 1001100 100000 101001 111101 101010

Color Harmonies of #AD832A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD832A

Black with #AD832A

Text Example


Text Example

White with #AD832A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD832A; }

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

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

background-color css

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

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

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

border-color css

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

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

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