Html Css Color HEX #AD7F2A Mandalay

📋 copy color: '#AD7F2A'

red 173 ◦ green 127 ◦ blue 42

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

Shades of Mandalay #AD7F2A

Tints of Mandalay #AD7F2A

RGB

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

 GREEN value IS 127 (50% from 255) = 37.13%

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

R = 50.58%
G = 37.13%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AD7F2A (or 0xAD7F2A) is known color: Mandalay. HEX triplet: AD, 7F and 2A. RGB value is (173,127,42). Sum of RGB (Red+Green+Blue) = 173+127+42=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 42 (16.80% from 255 or 12.28% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7F2A is #5280D5. Grayscale: #838383. Windows color (decimal): -5406934 or 2785197. OLE color: 2785197.

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

Color convert

RGB 173 127 42 -
CMYK 0 0.27 0.76 0.32
HSL 38.93º 0.61% 0.42% -
HSV(B) 38.93º 0.76% 0.68% -
XYZ 25.24 24.23 5.54 -
YUV 131.06 77.74 157.91 -
System Red Green Blue C M Y K H S L
Decimal 173 127 42 0 0.27 0.76 0.32 38.93 0.61 0.42
Hex AD 7F 2A 0 1B 4C 20 27 3D 2A
Octal 255 177 52 0 33 114 40 47 75 52
Binary 10101101 1111111 101010 0 11011 1001100 100000 100111 111101 101010

Color Harmonies of #AD7F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7F2A

Black with #AD7F2A

Text Example


Text Example

White with #AD7F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7F2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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