Html Css Color HEX #AD7F26 Mandalay

📋 copy color: '#AD7F26'

red 173 ◦ green 127 ◦ blue 38

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

Shades of Mandalay #AD7F26

Tints of Mandalay #AD7F26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.24%

R = 51.18%
G = 37.57%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AD7F26 (or 0xAD7F26) is known color: Mandalay. HEX triplet: AD, 7F and 26. RGB value is (173,127,38). Sum of RGB (Red+Green+Blue) = 173+127+38=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 38 (15.23% from 255 or 11.24% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7F26 is #5280D9. Grayscale: #838383. Windows color (decimal): -5406938 or 2523053. OLE color: 2523053.

HSL color Cylindrical-coordinate representation of color #AD7F26: hue angle of 39.56º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD7F26 is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 127 38 -
CMYK 0 0.27 0.78 0.32
HSL 39.56º 0.64% 0.41% -
HSV(B) 39.56º 0.78% 0.68% -
XYZ 25.17 24.2 5.18 -
YUV 130.61 75.74 158.24 -
System Red Green Blue C M Y K H S L
Decimal 173 127 38 0 0.27 0.78 0.32 39.56 0.64 0.41
Hex AD 7F 26 0 1B 4E 20 28 40 29
Octal 255 177 46 0 33 116 40 50 100 51
Binary 10101101 1111111 100110 0 11011 1001110 100000 101000 1000000 101001

Color Harmonies of #AD7F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7F26

Black with #AD7F26

Text Example


Text Example

White with #AD7F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7F26; }

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

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

background-color css

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

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

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

border-color css

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

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

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