Html Css Color HEX #AD7F28 Mandalay

📋 copy color: '#AD7F28'

red 173 ◦ green 127 ◦ blue 40

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

Shades of Mandalay #AD7F28

Tints of Mandalay #AD7F28

RGB

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

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

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

R = 50.88%
G = 37.35%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD7F28 (or 0xAD7F28) is known color: Mandalay. HEX triplet: AD, 7F and 28. RGB value is (173,127,40). Sum of RGB (Red+Green+Blue) = 173+127+40=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 127 (50% from 255 or 37.35% from 340); Blue value is 40 (16.02% from 255 or 11.76% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7F28 is #5280D7. Grayscale: #838383. Windows color (decimal): -5406936 or 2654125. OLE color: 2654125.

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

Color convert

RGB 173 127 40 -
CMYK 0 0.27 0.77 0.32
HSL 39.25º 0.62% 0.42% -
HSV(B) 39.25º 0.77% 0.68% -
XYZ 25.21 24.22 5.35 -
YUV 130.84 76.74 158.07 -
System Red Green Blue C M Y K H S L
Decimal 173 127 40 0 0.27 0.77 0.32 39.25 0.62 0.42
Hex AD 7F 28 0 1B 4D 20 27 3E 2A
Octal 255 177 50 0 33 115 40 47 76 52
Binary 10101101 1111111 101000 0 11011 1001101 100000 100111 111110 101010

Color Harmonies of #AD7F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7F28

Black with #AD7F28

Text Example


Text Example

White with #AD7F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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