Html Css Color HEX #AD7B34 Mandalay

📋 copy color: '#AD7B34'

red 173 ◦ green 123 ◦ blue 52

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

Shades of Mandalay #AD7B34

Tints of Mandalay #AD7B34

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.34%

 BLUE value IS 52 (20.7% from 255) = 14.94%

R = 49.71%
G = 35.34%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AD7B34 (or 0xAD7B34) is known color: Mandalay. HEX triplet: AD, 7B and 34. RGB value is (173,123,52). Sum of RGB (Red+Green+Blue) = 173+123+52=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 52 (20.70% from 255 or 14.94% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7B34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7B34 is #5284CB. Grayscale: #828282. Windows color (decimal): -5407948 or 3439533. OLE color: 3439533.

HSL color Cylindrical-coordinate representation of color #AD7B34: hue angle of 35.21º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD7B34 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 123 52 -
CMYK 0 0.29 0.70 0.32
HSL 35.21º 0.54% 0.44% -
HSV(B) 35.21º 0.7% 0.68% -
XYZ 24.94 23.3 6.43 -
YUV 129.86 84.07 158.77 -
System Red Green Blue C M Y K H S L
Decimal 173 123 52 0 0.29 0.70 0.32 35.21 0.54 0.44
Hex AD 7B 34 0 1D 46 20 23 36 2C
Octal 255 173 64 0 35 106 40 43 66 54
Binary 10101101 1111011 110100 0 11101 1000110 100000 100011 110110 101100

Color Harmonies of #AD7B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7B34

Black with #AD7B34

Text Example


Text Example

White with #AD7B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7B34; }

 p { color: rgb(173,123,52); }

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

background-color css

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

 a { background-color: rgb(173,123,52); }

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

border-color css

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

 span { border-color: rgb(173,123,52); }

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