Html Css Color HEX #AD4734 Medium Carmine

📋 copy color: '#AD4734'

red 173 ◦ green 71 ◦ blue 52

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

Shades of Medium Carmine #AD4734

Tints of Medium Carmine #AD4734

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.99%

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

R = 58.45%
G = 23.99%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AD4734 (or 0xAD4734) is known color: Medium Carmine. HEX triplet: AD, 47 and 34. RGB value is (173,71,52). Sum of RGB (Red+Green+Blue) = 173+71+52=296 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.45% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 52 (20.70% from 255 or 17.57% from 296); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4734 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4734 is #52B8CB. Grayscale: #636363. Windows color (decimal): -5421260 or 3426221. OLE color: 3426221.

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

Color convert

RGB 173 71 52 -
CMYK 0 0.59 0.70 0.32
HSL 9.42º 0.54% 0.44% -
HSV(B) 9.42º 0.7% 0.68% -
XYZ 20.11 13.64 4.82 -
YUV 99.33 101.29 180.54 -
System Red Green Blue C M Y K H S L
Decimal 173 71 52 0 0.59 0.70 0.32 9.42 0.54 0.44
Hex AD 47 34 0 3B 46 20 9 36 2C
Octal 255 107 64 0 73 106 40 11 66 54
Binary 10101101 1000111 110100 0 111011 1000110 100000 1001 110110 101100

Color Harmonies of #AD4734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4734

Black with #AD4734

Text Example


Text Example

White with #AD4734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4734; }

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

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

background-color css

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

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

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

border-color css

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

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

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