Html Css Color HEX #A84734 Medium Carmine

📋 copy color: '#A84734'

red 168 ◦ green 71 ◦ blue 52

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

Shades of Medium Carmine #A84734

Tints of Medium Carmine #A84734

RGB

 RED value IS 168 (66.02% from 255) = 57.73%

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

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

R = 57.73%
G = 24.4%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.69

 K value IS 0.34

RGB Variations

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

Color information

#A84734 (or 0xA84734) is known color: Medium Carmine. HEX triplet: A8, 47 and 34. RGB value is (168,71,52). Sum of RGB (Red+Green+Blue) = 168+71+52=291 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.73% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 168 - color contains mainly: red. Hex color #A84734 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84734 is #57B8CB. Grayscale: #626262. Windows color (decimal): -5748940 or 3426216. OLE color: 3426216.

HSL color Cylindrical-coordinate representation of color #A84734: hue angle of 9.83º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A84734 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 71 52 -
CMYK 0 0.58 0.69 0.34
HSL 9.83º 0.53% 0.43% -
HSV(B) 9.83º 0.69% 0.66% -
XYZ 19.02 13.08 4.77 -
YUV 97.84 102.14 178.04 -
System Red Green Blue C M Y K H S L
Decimal 168 71 52 0 0.58 0.69 0.34 9.83 0.53 0.43
Hex A8 47 34 0 3A 45 22 A 35 2B
Octal 250 107 64 0 72 105 42 12 65 53
Binary 10101000 1000111 110100 0 111010 1000101 100010 1010 110101 101011

Color Harmonies of #A84734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84734

Black with #A84734

Text Example


Text Example

White with #A84734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84734; }

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

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

background-color css

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

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

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

border-color css

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

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

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